Attempt to prevent workflows being triggered on forks
This commit is contained in:
parent
967cbc5c3d
commit
50acbb499d
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@ -7,6 +7,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'raspberrypi'
|
||||
runs-on: [self-hosted, Linux, X64]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user