We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea3116 commit e62d241Copy full SHA for e62d241
1 file changed
.github/workflows/tests.yml
@@ -8,6 +8,10 @@ on:
8
# Allow job to be triggered manually.
9
workflow_dispatch:
10
11
+ # Run job each night.
12
+ schedule:
13
+ - cron: '0 4 * * *'
14
+
15
# Cancel in-progress jobs when pushing to the same branch.
16
concurrency:
17
cancel-in-progress: true
0 commit comments