Skip to content

Commit 6ac7a26

Browse files
Run build action every 4 hours to be sure tests are still passing.
1 parent 24ad849 commit 6ac7a26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: Build
55

66
# Run this Build for pushes to our main and all PRs
77
on:
8+
schedule:
9+
- cron: '0 */4 * * *'
810
push:
911
branches:
1012
- dtq-dev

0 commit comments

Comments
 (0)