Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
added check
Browse files Browse the repository at this point in the history
  • Loading branch information
hemang-rajyaguru committed Nov 14, 2023
1 parent 5c3db91 commit 59a508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: PR

- name: "check for release"
if: steps.PR.outputs.pr_found == 'true'
if: steps.PR.outputs.pr_found == 'true' && steps.PR.outputs.pr_labels == 'release'
run: |
echo ${{ steps.PR.outputs.pr_labels }}
env:
Expand Down

0 comments on commit 59a508f

Please sign in to comment.