Skip to content

Commit 0589f69

Browse files
author
Michael Howitz
authored
Add cron workflow.
1 parent 3f8685e commit 0589f69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ master ]
88
type: [ "opened", "reopened", "synchronize" ]
9+
schedule:
10+
- cron: '0 12 * * 0' # run once a week on Sunday
11+
# Allow to run this workflow manually from the Actions tab
12+
workflow_dispatch:
913

1014
env:
1115
FORCE_COLOR: 1

0 commit comments

Comments
 (0)