Skip to content

Commit

Permalink
ci: fix by removing non-existent job (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored Nov 4, 2024
1 parent f87d2ef commit 3995285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
push: true
build-ibis-amd64-image:
needs: prepare-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
build-ibis-arm64-image:
needs: prepare-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3995285

Please sign in to comment.