Skip to content

Commit a61dc7e

Browse files
authored
Enable readme job on push event
1 parent 7b7b8a4 commit a61dc7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
readme:
5252
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
5353
name: "readme"
54-
# if: ${{ github.event_name == 'push' }}
55-
if: false
54+
if: ${{ github.event_name == 'push' }}
5655
with:
5756
runs-on: ${{ inputs.runs-on }}
5857
secrets: inherit

0 commit comments

Comments
 (0)