We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52afc8 commit da74063Copy full SHA for da74063
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: "Test"
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 03 * * 1' # At 03:00 on Monday.
8
9
jobs:
10
tests:
0 commit comments