Skip to content

Commit

Permalink
Fix cron (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Mar 20, 2020
1 parent 94aaf74 commit 4d98b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
schedule:
- cron '0 1 * * *' # run at during the 1st hour of each day
- cron: '0 1 * * *' # run at during the 1st hour of each day

This comment has been minimized.

Copy link
@glemaitre

glemaitre Mar 20, 2020

Contributor

ups sorry about this.

jobs:
build-and-deploy:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 4d98b8b

Please sign in to comment.