Skip to content

Commit 0484772

Browse files
authored
Merge branch 'develop' into feature/eema1-NRL-660-removeOutputArtifactsFromActions
2 parents b2bd036 + 9f931f5 commit 0484772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-env-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Git Clone - ${{ github.event.pull_request.head.ref }}
5252
uses: actions/checkout@v4
5353
with:
54-
ref: ${{ github.event.pull_request.head.ref }}
54+
ref: ${{ github.event.pull_request.merged && github.event.pull_request.base.ref || github.event.pull_request.head.ref }}
5555

5656
- name: Setup asdf cache
5757
uses: actions/cache@v4

0 commit comments

Comments
 (0)