Skip to content

Commit 770c3d3

Browse files
committed
test konflux update
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent ce9b6c4 commit 770c3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-acm-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
run: |
270270
PR_URL=$(gh pr list --repo ${{ inputs.downstream }} --state open | grep -i konflux)
271271
echo "PR_URL=$PR_URL"
272-
if [ ! -n "$PR_URL" ]; then
272+
if [ -n "$PR_URL" ]; then
273273
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT
274274
else
275275
echo "konflux_pr_exists=0" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)