Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit c5756e6

Browse files
authored
Build the container image in parallel to the unit tests (#888)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 0ed1365 commit c5756e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/run-on-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: ./.github/workflows/ci.yml
1616
image-build:
1717
name: OCI Image - Build
18-
needs: [ci] # No need to build the image if the CI fails
1918
uses: ./.github/workflows/image-build.yml
2019
with:
2120
artifact-name: "codegate-image"

.github/workflows/run-on-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: ./.github/workflows/ci.yml
1616
image-build:
1717
name: OCI Image - Build
18-
needs: [ci] # No need to build the image if the CI fails
1918
uses: ./.github/workflows/image-build.yml
2019
with:
2120
artifact-name: "codegate-image"

0 commit comments

Comments
 (0)