Skip to content

Commit faea226

Browse files
authored
Update nersc.yml
1 parent bbbf4c5 commit faea226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nersc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: NERSC
22

33
on:
4-
pull_request
4+
pull_request_target
55

66
env:
77
PR_NUMBER: ${{ github.event.number }}
@@ -37,4 +37,4 @@ jobs:
3737
git fetch origin pull/${PR_NUMBER}/head:PR-${PR_SHA}
3838
git remote add gitlab https://${{ secrets.GITLAB_TOKEN_NAME }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.GITLAB_URL }}
3939
git checkout PR-${PR_SHA}
40-
git push -f -u gitlab PR-${PR_SHA}
40+
git push -f -u gitlab PR-${PR_SHA}

0 commit comments

Comments
 (0)