Skip to content

Commit e62d241

Browse files
committed
CI: Run workflow each night
1 parent dea3116 commit e62d241

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# Allow job to be triggered manually.
99
workflow_dispatch:
1010

11+
# Run job each night.
12+
schedule:
13+
- cron: '0 4 * * *'
14+
1115
# Cancel in-progress jobs when pushing to the same branch.
1216
concurrency:
1317
cancel-in-progress: true

0 commit comments

Comments
 (0)