Skip to content

Commit

Permalink
Revert "Job Chaining"
Browse files Browse the repository at this point in the history
This reverts commit 7e1e302.
  • Loading branch information
kristoff-kiefer committed Oct 5, 2023
1 parent 7e1e302 commit 80e0166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Image to GHCR

on:
workflow_call:
push:
branches-ignore:
- dependabot/**

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/on_push_or_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
secrets: inherit

0 comments on commit 80e0166

Please sign in to comment.