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 committed Nov 30, 2023
1 parent 441723f commit fe29b47
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-external-user-service'
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit fe29b47

Please sign in to comment.