File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments