We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 532581e + 2a4f27f commit 4b5302aCopy full SHA for 4b5302a
.github/workflows/sync-awf-latest.yaml
@@ -2,7 +2,7 @@ name: sync-awf-latest
2
3
on:
4
schedule:
5
- - cron: 0 15 * * *
+ - cron: 50 */1 * * * # every 1 hour (**:50)
6
workflow_dispatch:
7
8
jobs:
0 commit comments