chore: Only run docker build and discord notify on the main repo (not forks) (#3176)

This commit is contained in:
boc-the-git 2024-02-17 13:39:50 +11:00 committed by GitHub
parent 0a3542e97c
commit 6c4294dc49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ jobs:
# https://github.com/orgs/community/discussions/76409#discussioncomment-8131390
id-token: write
name: Build Tagged Release
if: github.repository == 'mealie-recipes/mealie'
uses: ./.github/workflows/partial-builder.yml
needs:
- frontend-tests
@ -40,6 +41,7 @@ jobs:
notify-discord:
name: Notify Discord
if: github.repository == 'mealie-recipes/mealie'
needs:
- build-release
runs-on: ubuntu-latest