Skip to content

Commit

Permalink
add scheduler trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Jul 10, 2023
1 parent 8b8d8d8 commit 0122cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ master ]
schedule:
# since * is a special character in YAML you have to quote this string
- cron: '0 0 5 1/7 * ?'
- cron: '0 5 1/7 * *'

jobs:
test_default:
Expand Down

0 comments on commit 0122cd1

Please sign in to comment.