Skip to content

Commit aba9773

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ jobs:
268268
if: github.event_name != 'pull_request' && failure()
269269
run: |
270270
PR_URL=$(gh pr list --json url --jq '.[0].url' --repo ${{ inputs.downstream }} --state open | grep -i konflux)
271-
if [ ! -z "$PR_URL" ]; then
271+
echo "PR_URL=$PR_URL"
272+
if [ ! -n "$PR_URL" ]; then
272273
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT
273274
else
274275
echo "konflux_pr_exists=0" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)