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