ci(fix): run ghcr build in DevOps workflow for forks

This commit is contained in:
Jakob Lichterfeld
2024-10-19 11:32:51 +02:00
parent 773a58e023
commit 688147e2cf
2 changed files with 8 additions and 11 deletions

View File

@@ -54,6 +54,5 @@ jobs:
needs:
- check_paths
- elixir_dep_verification_and_static_analysis
# Only run if there are no changes to the github folder and for PR from non-forks
if: needs.check_paths.outputs.githubfolder != 'true' && ( ${{ github.event.pull_request.head.repo.full_name }} == ${{ github.repository }}) || github.event_name == 'schedule'
if: needs.check_paths.outputs.githubfolder != 'true'
uses: ./.github/workflows/ghcr_build.yml