We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cfd68 commit 5a57c83Copy full SHA for 5a57c83
.github/workflows/spack-ci.yml
@@ -57,8 +57,7 @@ jobs:
57
mepo status
58
59
- name: Update other branches
60
- if:
61
- "!contains('refs/heads/main,refs/heads/develop', github.ref)"
+ if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
62
run: |
63
mepo checkout-if-exists ${GITHUB_HEAD_REF}
64
.github/workflows/workflow.yml
@@ -67,8 +67,7 @@ jobs:
67
68
69
70
71
72
73
74
0 commit comments