Skip to content

Commit

Permalink
Merge pull request #18 from Nordix/mquhuy/prevent-container-image-bui…
Browse files Browse the repository at this point in the history
…ld-on-fork

Prevent github build action runs on forks
  • Loading branch information
metal3-io-bot authored Nov 26, 2023
2 parents 98c3a9b + 6da0ded commit 7bb3910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
name: Build container images
runs-on: ubuntu-latest
if: github.repository == 'metal3-io/mariadb-image'
permissions:
contents: read
steps:
Expand Down

0 comments on commit 7bb3910

Please sign in to comment.