Prevent build from running on forks
This commit is contained in:
parent
f8a6dbd53a
commit
680dc9d0fc
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -14,6 +14,7 @@ permissions:
|
|||||||
id-token: write # needed for signing the images with GitHub OIDC Token
|
id-token: write # needed for signing the images with GitHub OIDC Token
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == 'ethanaobrien/ew'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user