Skip to content

Commit

Permalink
run every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanVnucec committed Apr 5, 2021
1 parent a0164c9 commit 44723e5
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 at every 20th minute from 0 through 59.
- cron: '0/20 * * * *'
# Run at every 30th minute from 37 through 59.
- cron: '37/30 * * * *'
push:

pull_request:
Expand Down

0 comments on commit 44723e5

Please sign in to comment.