Skip to content

Commit

Permalink
feat: run sync-awf-latest every one hour (#365)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Apr 2, 2024
1 parent 863a692 commit 2a4f27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-awf-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sync-awf-latest

on:
schedule:
- cron: 0 15 * * *
- cron: 50 */1 * * * # every 1 hour (**:50)
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2a4f27f

Please sign in to comment.