Skip to content

Commit 00e84bd

Browse files
committed
Fix dependencies
1 parent c01fa63 commit 00e84bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
build-iso:
6161
name: Build ISO
62-
needs: [set-env, build-image, test-image]
62+
needs: [set-env]
6363
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-iso.yml@v3
6464
with:
6565
image-name: "${{ github.event.repository.name }}"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
create-release:
128128
name: Create Release
129-
needs: [set-env, build-image, test-image, promote-image, build-iso]
129+
needs: [set-env, build-image, test-image, promote-image]
130130
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
131131
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/create-release.yml@v3
132132
with:

0 commit comments

Comments
 (0)