We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0d9ea commit d8f192aCopy full SHA for d8f192a
.github/workflows/template-schema-updater.yaml
@@ -1,7 +1,7 @@
1
name: Update CloudFormation schemas
2
on:
3
schedule:
4
- - cron: '*/8 * * * *'
+ - cron: '0 */8 * * *'
5
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
6
jobs:
7
schema-updater:
0 commit comments