Skip to content

Commit

Permalink
YDA-5548: limit image builds to main repo
Browse files Browse the repository at this point in the history
Only build and push images when running on the main repo (not on forks)
  • Loading branch information
stsnel authored and lwesterhof committed Nov 30, 2023
1 parent bbf23b0 commit 631fb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
push-image:
if: github.repository == 'utrechtuniversity/yoda-portal'
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit 631fb3d

Please sign in to comment.