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 4664446 commit 6b348daCopy full SHA for 6b348da
.github/workflows/premerge.yaml
@@ -136,8 +136,10 @@ jobs:
136
concurrency:
137
group: ${{ github.workflow }}-macos-${{ github.event.pull_request.number || github.sha }}
138
cancel-in-progress: true
139
- if: >-
140
- github.repository_owner == 'llvm'
+ if: >-
+ github.repository_owner == 'llvm' &&
141
+ (startswith(github.ref_name, 'release/') ||
142
+ startswith(github.base_ref, 'release/'))
143
steps:
144
- name: Checkout LLVM
145
uses: actions/checkout@v4
0 commit comments