Skip to content

Commit af950cb

Browse files
committed
Try a different fix
1 parent 5a57c83 commit af950cb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/spack-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ jobs:
5656
mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
5757
mepo status
5858
59+
- name: Debug PR branch
60+
run: echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
61+
5962
- name: Update other branches
60-
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
63+
if: ${{ github.event.pull_request.head.ref != 'main' && github.event.pull_request.head.ref != 'develop' }}
6164
run: |
6265
mepo checkout-if-exists ${GITHUB_HEAD_REF}
6366
mepo status

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ jobs:
6666
mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
6767
mepo status
6868
69+
- name: Debug PR branch
70+
run: echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
71+
6972
- name: Update other branches
70-
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
73+
if: ${{ github.event.pull_request.head.ref != 'main' && github.event.pull_request.head.ref != 'develop' }}
7174
run: |
7275
mepo checkout-if-exists ${GITHUB_HEAD_REF}
7376
mepo status

0 commit comments

Comments
 (0)