Skip to content

Commit 312fcef

Browse files
committed
Propogate to test.yml.
1 parent 23f7456 commit 312fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Unit Tests
1010
branches:
1111
- master
1212
schedule:
13-
- cron: 0 7 * * *
13+
- cron: 0 * * * *
1414
concurrency:
1515
group: "${{ github.workflow }}-${{ github.ref }}"
1616
cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}"

0 commit comments

Comments
 (0)