fix(tooling): fix workflow
All checks were successful
/ deploy (push) Has been skipped
/ publish (push) Has been skipped
/ build (push) Has been skipped
/ test (push) Successful in 13s

This commit is contained in:
Julien Dessaux 2025-03-16 22:54:02 +01:00
parent 55168d4091
commit 8ae98ee7c2
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -16,7 +16,7 @@ jobs:
make tidy no-dirty make tidy no-dirty
- name: 'check' - name: 'check'
run: | run: |
make check tidy no-dirty make check no-dirty
build: build:
if: "${{ startsWith(github.ref, 'refs/tags/') }}" if: "${{ startsWith(github.ref, 'refs/tags/') }}"
needs: needs:
@ -71,4 +71,4 @@ jobs:
release-dir: './' release-dir: './'
token: '${{ env.GITHUB_TOKEN }}' token: '${{ env.GITHUB_TOKEN }}'
hide-archive-link: true hide-archive-link: true
release-notes-assistant: true prerelease: true