Skip to content

Commit

Permalink
test pr exists
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Jul 19, 2024
1 parent 618a68d commit bd9c6e3
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 @@ -246,7 +246,7 @@ jobs:
push-to-fork: ${{ inputs.sandbox }}
push-to-fork-token: ${{ steps.cloner.outputs.token }}
- name: Check if PR exists using gh cli
if: github.event_name != 'pull_request' && steps.create-pr.outcome != 'success'
if: github.event_name != 'pull_request' && (steps.create-pr.outcome != 'success')
id: pr-exists
env:
GH_TOKEN: ${{ steps.pr.outputs.token }}
Expand Down

0 comments on commit bd9c6e3

Please sign in to comment.