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:15:14 +02:00
parent e9464bc535
commit b1864594e6
-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: