Skip to content

Commit 1e16b56

Browse files
committed
add scheduler trigger
1 parent 3b421db commit 1e16b56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-pytest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches: [ master ]
99
pull_request:
1010
branches: [ master ]
11+
schedule:
12+
# since * is a special character in YAML you have to quote this string
13+
- cron: '0 0 5 1/7 * ?'
1114

1215
jobs:
1316
default:

0 commit comments

Comments
 (0)