File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 56
56
mepo clone --partial blobless
57
57
mepo status
58
58
59
+ - name : Debug PR branch
60
+ run : echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
61
+
59
62
- name : Update other branches
60
- if :
61
- " !contains('refs/heads/main,refs/heads/develop', github.ref)"
63
+ if : ${{ github.event.pull_request.head.ref != 'main' && github.event.pull_request.head.ref != 'develop' }}
62
64
run : |
63
65
mepo checkout-if-exists ${GITHUB_HEAD_REF}
64
66
mepo status
@@ -112,9 +114,11 @@ jobs:
112
114
mepo clone --partial blobless
113
115
mepo status
114
116
117
+ - name : Debug PR branch
118
+ run : echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
119
+
115
120
- name : Update other branches
116
- if :
117
- " !contains('refs/heads/main,refs/heads/develop', github.ref)"
121
+ if : ${{ github.event.pull_request.head.ref != 'main' && github.event.pull_request.head.ref != 'develop' }}
118
122
run : |
119
123
mepo checkout-if-exists ${GITHUB_HEAD_REF}
120
124
mepo status
You can’t perform that action at this time.
0 commit comments