Skip to content

Commit 6a0d9ea

Browse files
authored
Update timing of schema updater (#299)
1 parent d879f30 commit 6a0d9ea

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/template-schema-updater.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update CloudFormation schemas
22
on:
33
schedule:
4-
- cron: '*/5 * * * *'
4+
- cron: '*/8 * * * *'
55
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
66
jobs:
77
schema-updater:
@@ -30,15 +30,11 @@ jobs:
3030
with:
3131
commit-message: |
3232
CloudFormation Template Schema upgrade
33-
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/issues/32
34-
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/blob/master/docs/tool/instructions.md
35-
as described in https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/76
33+
https://github.com/aws-cloudformation/cloudformation-template-schema/tree/main
3634
delete-branch: true
3735
title: CloudFormation Template Schema upgrade
3836
body: |
39-
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/issues/32
40-
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/blob/master/docs/tool/instructions.md
41-
as described in https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/76
37+
https://github.com/aws-cloudformation/cloudformation-template-schema/tree/main
4238
4339
If tests are stuck on https://github.com/peter-evans/create-pull-request/issues/48:
4440
["Manually close pull requests and immediately reopen them. This will enable `on: pull_request` workflows to run and be added as checks."](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs)

0 commit comments

Comments
 (0)