diff --git a/.github/workflows/reusable_job_image_to_ghcr.yml b/.github/workflows/image-to-ghcr.yml similarity index 99% rename from .github/workflows/reusable_job_image_to_ghcr.yml rename to .github/workflows/image-to-ghcr.yml index 6efd3d356..a520bfa26 100644 --- a/.github/workflows/reusable_job_image_to_ghcr.yml +++ b/.github/workflows/image-to-ghcr.yml @@ -1,7 +1,7 @@ name: Image to GHCR on: - workflow_call: + push: branches-ignore: - dependabot/** diff --git a/.github/workflows/on_push_or_pr.yml b/.github/workflows/on_push_or_pr.yml index 503601a27..552fd33af 100644 --- a/.github/workflows/on_push_or_pr.yml +++ b/.github/workflows/on_push_or_pr.yml @@ -12,6 +12,4 @@ jobs: uses: ./.github/workflows/reusable_job_nest_lint.yml nest_test_and_sonarcloud: uses: ./.github/workflows/reusable_job_nest_test_sonarcloud.yml - secrets: inherit - image_to_ghcr: - uses: ./.github/workflows/reusable_job_image_to_ghcr.yml \ No newline at end of file + secrets: inherit \ No newline at end of file