Skip to content

Commit

Permalink
ci: Fix schedule syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Jun 10, 2020
1 parent 30444df commit ce6564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
schedule:
- '0 10 * * 1' # At 10:00 on Monday.
- cron: '0 10 * * 1' # At 10:00 on Monday.
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit ce6564b

Please sign in to comment.