Skip to content

Commit

Permalink
disable zombie tests for main ci workflow except master and tags (#2176)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Azovtsev <[email protected]>
  • Loading branch information
zerg-su and qdrvm-ci authored Aug 7, 2024
1 parent e6b8485 commit ed4e746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ jobs:
runs-on: [ actions-runner-controller ]
timeout-minutes: 60
needs: [kagome_dev_docker_build]
if: ${{
github.ref == 'refs/heads/master' ||
startsWith( github.ref, 'refs/tags/') ||
github.event.inputs.run_all_steps == 'true' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ed4e746

Please sign in to comment.