File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
16
16
coverity :
17
- if : ${{ !startsWith(github.event.ref, 'refs/tags/') }}
17
+ if : ${{ ( !startsWith(github.event.ref, 'refs/tags/')) && (github.repository_owner == 'Arm-software ') }}
18
18
name : Run Coverity Static Analysis
19
19
runs-on : [self-hosted-ubuntu-latest-x64]
20
20
steps :
@@ -209,6 +209,7 @@ jobs:
209
209
shell : cmd
210
210
211
211
sign-binaries :
212
+ if : github.repository_owner == 'Arm-software'
212
213
name : Sign Windows and Mac
213
214
runs-on : [self-hosted-ubuntu-latest-x64]
214
215
needs : [build-macos, build-windows-msvc-ClangCL]
@@ -276,7 +277,7 @@ jobs:
276
277
astcenc-macos-universal
277
278
278
279
prepare-release :
279
- if : ${{ startsWith(github.event.ref, 'refs/tags/') }}
280
+ if : ${{ ( startsWith(github.event.ref, 'refs/tags/')) && (github.repository_owner == 'Arm-software ') }}
280
281
name : Prepare release
281
282
runs-on : ubuntu-22.04
282
283
needs : [sign-binaries, build-ubuntu]
You can’t perform that action at this time.
0 commit comments