mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
ci(fix): run ghcr build in DevOps workflow for forks
This commit is contained in:
3
.github/workflows/devops.yml
vendored
3
.github/workflows/devops.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user