ci(ci): avoid running build jobs twice on pushes to main

It's enough to run the build jobs in the release pipeline, no need to
run them on the push event as well.
This commit is contained in:
Wolfgang Walther
2026-06-02 10:08:16 +02:00
parent 871aa058f8
commit 840d3f99ed
-8
View File
@@ -29,13 +29,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build:
name: Build
uses: ./.github/workflows/build.yaml
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
tag:
name: Tag
concurrency:
@@ -47,7 +40,6 @@ jobs:
needs:
- docs
- test
- build
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: