Skip to content

Commit

Permalink
run every 20th minute
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanVnucec committed Apr 5, 2021
1 parent c5cb03b commit c0677f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Run application

on:
schedule:
# Run every day at 3:45 UTC time (5:45 Zagreb local time)
- cron: '45 3 * * *'
# Run at every 20th minute from 0 through 59.
- cron: '0/20 * * * *'
push:

pull_request:
Expand Down

0 comments on commit c0677f9

Please sign in to comment.