Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
souzayuri committed Oct 12, 2023
1 parent a83b51a commit 6739991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: generate animation

on:
# run automatically every 3 hours
# run automatically every 12 hours
schedule:
- cron: "0 */3 * * *"
- cron: "0 */12 * * *"

# allows to manually run the job at any time
workflow_dispatch:
Expand Down

0 comments on commit 6739991

Please sign in to comment.