We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7b8a4 commit a61dc7eCopy full SHA for a61dc7e
1 file changed
.github/workflows/ci.yml
@@ -51,8 +51,7 @@ jobs:
51
readme:
52
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
53
name: "readme"
54
- # if: ${{ github.event_name == 'push' }}
55
- if: false
+ if: ${{ github.event_name == 'push' }}
56
with:
57
runs-on: ${{ inputs.runs-on }}
58
secrets: inherit
0 commit comments