Skip to content

Commit 49173a0

Browse files
authored
Fix shared workflows (#36)
1 parent e533cb6 commit 49173a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-branch.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ concurrency:
2525
jobs:
2626
readme:
2727
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
28-
name: "readme"
29-
if: ${{ github.event_name == 'push' }}
28+
name: "ci"
3029
with:
3130
runs-on: '["ubuntu-latest"]'
3231
secrets: inherit
3332

3433
release:
3534
needs: [ readme ]
36-
name: "release"
37-
if: ${{ always() && github.event_name == 'push' }}
35+
name: "ci"
3836
uses: cloudposse-github-actions/.github/.github/workflows/shared-auto-release.yml@main
3937
with:
4038
publish: ${{ inputs.publish }}

0 commit comments

Comments
 (0)