Skip to content

Commit

Permalink
ci: Fix-up release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 24, 2025
1 parent 7f7903a commit 21329c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
artifact-builder:
name: "Prepare release artifacts"
needs: build-and-test
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
if-no-files-found: error
docker-builder:
name: "Build & push Docker image"
needs: build-and-test # Upload
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 21329c8

Please sign in to comment.