Skip to content

Commit 8e3c81d

Browse files
committed
experiment
1 parent 3cb0373 commit 8e3c81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-core-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
run: |
401401
ci_run ./bin/run_on_all_chains.sh "zkstack dev test integration --no-deps --ignore-prerequisites" ${{ env.CHAINS }} ${{ env.INTEGRATION_TESTS_LOGS_DIR }}
402402
403-
- name: Repeat integration tests to check flakiness
403+
- name: Repeat repeated integration tests on push to main to check flakiness
404404
if: ${{ (steps.condition.outputs.should_run == 'true' && github.event_name == 'push' || github.ref != 'refs/heads/main') }}
405405
run: |
406406
for i in {1..10}; do

0 commit comments

Comments
 (0)