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
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'ethanaobrien/ew'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
|
Loading…
x
Reference in New Issue
Block a user