mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
ci(fix): run ghcr build as separate workflow to fix permission issues with forks
This commit is contained in:
7
.github/workflows/devops.yml
vendored
7
.github/workflows/devops.yml
vendored
@@ -49,10 +49,3 @@ jobs:
|
||||
- ensure_linting
|
||||
if: needs.check_paths.outputs.githubfolder != 'true' || github.event_name == 'schedule'
|
||||
uses: ./.github/workflows/elixir_test.yml
|
||||
|
||||
ghcr_build:
|
||||
needs:
|
||||
- check_paths
|
||||
- elixir_dep_verification_and_static_analysis
|
||||
if: needs.check_paths.outputs.githubfolder != 'true'
|
||||
uses: ./.github/workflows/ghcr_build.yml
|
||||
|
||||
Reference in New Issue
Block a user