mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:16:49 +00:00
workflows/premerge: Fix condition for macos job (#125237)
This commit is contained in:
parent
6deee0d5b3
commit
95c0c784ac
3
.github/workflows/premerge.yaml
vendored
3
.github/workflows/premerge.yaml
vendored
@ -139,8 +139,9 @@ jobs:
|
||||
group: ${{ github.workflow }}-macos-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
if: >-
|
||||
github.repository_owner == 'llvm' &&
|
||||
(startswith(github.ref_name, 'release/') ||
|
||||
startswith(github.base_ref, 'refs/heads/release/'))
|
||||
startswith(github.base_ref, 'release/'))
|
||||
steps:
|
||||
- name: Checkout LLVM
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user