Skip to content

Commit 4664446

Browse files
committed
XXX :DEBUG
1 parent 713b5e7 commit 4664446

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/premerge.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ jobs:
136136
concurrency:
137137
group: ${{ github.workflow }}-macos-${{ github.event.pull_request.number || github.sha }}
138138
cancel-in-progress: true
139-
if: >-
140-
(startswith(github.ref_name, 'release/') ||
141-
startswith(github.base_ref, 'refs/heads/release/'))
139+
if: >-
140+
github.repository_owner == 'llvm'
142141
steps:
143142
- name: Checkout LLVM
144143
uses: actions/checkout@v4
@@ -152,6 +151,8 @@ jobs:
152151
uses: llvm/actions/install-ninja@main
153152
- name: Build and Test
154153
run: |
154+
echo $GITHUB_REF_NAME
155+
echo $GITHUB_BASE_REF
155156
modified_files=$(git diff --name-only HEAD~1...HEAD)
156157
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
157158

0 commit comments

Comments
 (0)