Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
run only once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 19, 2020
1 parent 7fde41b commit d212e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- '*'
schedule:
- cron: '* 0 * * *' # every day at midnight utc
- cron: '0 0 * * *' # every day at midnight utc

jobs:
run:
Expand Down

0 comments on commit d212e5e

Please sign in to comment.