Skip to content

Commit

Permalink
Fix a bug in github workflow graph
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Oct 24, 2023
1 parent e49b258 commit 22cd714
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
build-and-push-image-bootstrap-node:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
build-and-push-image-ipmitool:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
build-and-push-image-ipxe:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
build-and-push-image-kiss-optimizer-wifi:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
build-and-push-image-snapshot-git:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
build-and-push-image-upgrade-csi-rook-ceph:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
build-and-push-image-upgrade-csi-s3:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
build-and-push-image-upgrade-gpu-nvidia:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
build-and-push-image-upgrade-kiss:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
build-and-push-image-upgrade-fabric-mellanox:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
build-and-push-image-vine-desktop-alpine:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -612,7 +612,7 @@ jobs:
build-and-push-image-vine-dex:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:
build-and-push-image-vine-novnc:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -700,7 +700,7 @@ jobs:
build-and-push-image-vine-x11vnc:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -744,7 +744,7 @@ jobs:
build-and-push-image-wsmancli:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- build-rust
- lint-yaml
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -788,7 +788,6 @@ jobs:
release:
if: ${{ github.ref == 'refs/heads/master' }}
needs:
- lint-yaml
- build-rust
- build-and-push-image
- build-and-push-image-bootstrap-node
Expand Down

0 comments on commit 22cd714

Please sign in to comment.