Skip to content

Commit 183e25f

Browse files
committed
chore(ci): experiment with conditional on outputs
1 parent a2d9c65 commit 183e25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/on_merged_pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
release_label_on_merge:
1818
needs: get_pr_details
1919
runs-on: ubuntu-latest
20+
if: needs.get_pr_details.outputs.prIsMerged == 'true'
2021
steps:
2122
- uses: actions/checkout@v3
2223
- name: "Label PR related issue for release"

0 commit comments

Comments
 (0)