Skip to content

Commit 7b7b8a4

Browse files
authored
Disable readme job on push event
1 parent 9432c28 commit 7b7b8a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)