Skip to content

Commit

Permalink
test konflux update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Aug 8, 2024
1 parent 770c3d3 commit 184fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
run: |
PR_URL=$(gh pr list --repo ${{ inputs.downstream }} --state open | grep -i konflux)
echo "PR_URL=$PR_URL"
if [ -n "$PR_URL" ]; then
if [ ! -z "$PR_URL" ]; then
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT
else
echo "konflux_pr_exists=0" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 184fc30

Please sign in to comment.