Skip to content

Commit

Permalink
Run update workflow every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 20, 2021
1 parent 7d38be7 commit a3bacfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Elastic release

on:
schedule:
- cron: '0 0 * * 0' # At 00:00 every Sunday
- cron: '0 * * * *' # At 00:00 every Sunday

jobs:

Expand Down

0 comments on commit a3bacfe

Please sign in to comment.