Skip to content

Commit bbc3c22

Browse files
committed
ci(release-plz): only run release workflow on build and lint success
1 parent 0b0368a commit bbc3c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
release-plz-release:
1616
name: Release-plz release
1717
runs-on: ubuntu-latest
18+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1819
env:
1920
clang: '17'
2021
php_version: '8.2'
@@ -60,6 +61,7 @@ jobs:
6061
release-plz-pr:
6162
name: Release-plz PR
6263
runs-on: ubuntu-latest
64+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
6365
concurrency:
6466
group: release-plz-${{ github.ref }}
6567
cancel-in-progress: false

0 commit comments

Comments
 (0)