Skip to content

Commit b59eda5

Browse files
committed
fix schedule
1 parent 7edcc7a commit b59eda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa-rpc-integration-tests-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: false
1010
default: false
1111
schedule:
12-
- cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
12+
- cron: '0 0 * * *' # Run nightly at 00:00 AM UTC
1313
push:
1414
branches:
1515
- 'release/3.*'

0 commit comments

Comments
 (0)