Skip to content

Commit 9c80873

Browse files
authored
document Github Action workaround (#170)
peter-evans/create-pull-request#48
1 parent 5010357 commit 9c80873

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
- cron: '*/5 * * * *'
44
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
55
jobs:
6-
job:
6+
schema-updater:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
@@ -37,3 +37,6 @@ jobs:
3737
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/issues/32
3838
https://github.com/aws-cloudformation/aws-cloudformation-template-schema/blob/master/docs/tool/instructions.md
3939
as described in https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/76
40+
41+
If tests are stuck on https://github.com/peter-evans/create-pull-request/issues/48:
42+
["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)