From 80e0166ada343a2474917a78edbdf7afccde1605 Mon Sep 17 00:00:00 2001 From: Kristoff Kiefer Date: Thu, 5 Oct 2023 16:03:26 +0200 Subject: [PATCH] Revert "Job Chaining" This reverts commit 7e1e30269024023a254c10cc94e57c0c658a8096. --- .../{reusable_job_image_to_ghcr.yml => image-to-ghcr.yml} | 2 +- .github/workflows/on_push_or_pr.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{reusable_job_image_to_ghcr.yml => image-to-ghcr.yml} (99%) 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