Skip to content

Commit 2f1914d

Browse files
authored
Merge pull request #998 from manics/weekly-cronjob
[MRG] Weekly test of master to check for external failures
2 parents 560b1d9 + 58dca8b commit 2f1914d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77

88
name: Continuous Integration
99

10-
# Only trigger the workflow when pushing to master
1110
on:
12-
- push
13-
- pull_request
11+
push:
12+
pull_request:
13+
schedule:
14+
# Weekly test so we know if tests break for external reasons
15+
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
16+
- cron: '36 10 * * 0'
1417

1518
# Global environment variables
1619
env:

0 commit comments

Comments
 (0)