We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f7456 commit 312fcefCopy full SHA for 312fcef
.github/workflows/test.yml
@@ -10,7 +10,7 @@ name: Unit Tests
10
branches:
11
- master
12
schedule:
13
- - cron: 0 7 * * *
+ - cron: 0 * * * *
14
concurrency:
15
group: "${{ github.workflow }}-${{ github.ref }}"
16
cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}"
0 commit comments