Skip to content

Commit b24e7b7

Browse files
committed
add scheduler trigger
1 parent 1e16b56 commit b24e7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ master ]
1111
schedule:
1212
# since * is a special character in YAML you have to quote this string
13-
- cron: '0 0 5 1/7 * ?'
13+
- cron: '0 5 1/7 * *'
1414

1515
jobs:
1616
default:

0 commit comments

Comments
 (0)