We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb0373 commit 8e3c81dCopy full SHA for 8e3c81d
.github/workflows/ci-core-reusable.yml
@@ -400,7 +400,7 @@ jobs:
400
run: |
401
ci_run ./bin/run_on_all_chains.sh "zkstack dev test integration --no-deps --ignore-prerequisites" ${{ env.CHAINS }} ${{ env.INTEGRATION_TESTS_LOGS_DIR }}
402
403
- - name: Repeat integration tests to check flakiness
+ - name: Repeat repeated integration tests on push to main to check flakiness
404
if: ${{ (steps.condition.outputs.should_run == 'true' && github.event_name == 'push' || github.ref != 'refs/heads/main') }}
405
406
for i in {1..10}; do
0 commit comments