File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments