Skip to content

Commit 3ce424a

Browse files
committed
update code
1 parent 5a03c70 commit 3ce424a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly_repeated_unittest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '30 1 * * *'
6+
push:
7+
branches:
8+
- chore/fix-nightly-repeated-test
69

710
permissions:
811
contents: read
@@ -37,5 +40,5 @@ jobs:
3740
scheme: ${{ matrix.scheme }}
3841
timeout-minutes: 120
3942
generate_coverage_report: false
40-
test_iterations_flags: -test-iterations 5 -run-tests-until-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
43+
test_iterations_flags: -test-iterations 1 -run-tests-until-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
4144
test_without_building: true

0 commit comments

Comments
 (0)