Skip to content

Commit dc3bfac

Browse files
committed
fix
1 parent 074b18e commit dc3bfac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bootc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# image: ghcr.io/ultramarine-linux/shade/cinnamon
5252
# - name: sway
5353
# image: ghcr.io/ultramarine-linux/shade/sway
54-
# needs: build # wait for build job to complete before running iso job
54+
needs: build # wait for build job to complete before running iso job
5555
uses: ./.github/workflows/build-iso.yaml
5656
with:
5757
variant_name: ${{ matrix.variant.name }}

0 commit comments

Comments
 (0)