Skip to content

Commit

Permalink
Only trigger multi-worker test manually (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Sep 6, 2024
1 parent 5405dde commit 0ecfdb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ on:
description: rebuild-bitacross-docker
required: true
default: true
run-multi-worker-test:
type: boolean
description: run-multi-worker-test
required: true
default: false
push-docker:
type: boolean
description: push-docker
Expand Down Expand Up @@ -813,6 +818,7 @@ jobs:
identity-multi-worker-test:
runs-on: ubuntu-latest
continue-on-error: true
if: ${{ github.event.inputs.run-multi-worker-test == 'true' }} # only if triggered manually
needs:
- set-condition
- parachain-build-dev
Expand Down

0 comments on commit 0ecfdb7

Please sign in to comment.