We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edcc7a commit b59eda5Copy full SHA for b59eda5
.github/workflows/qa-rpc-integration-tests-latest.yml
@@ -9,7 +9,7 @@ on:
9
required: false
10
default: false
11
schedule:
12
- - cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
+ - cron: '0 0 * * *' # Run nightly at 00:00 AM UTC
13
push:
14
branches:
15
- 'release/3.*'
0 commit comments