fix: pipeline_fixes #18

Merged
marcel.henselin merged 7 commits from fix/pipeline_fixes into alpha 2026-01-30 12:48:21 +00:00
Showing only changes of commit ff1b53acb7 - Show all commits

View file

@ -106,9 +106,11 @@ jobs:
--gpgPubKeyFile=public_key.pem \
--version=${VERSION}
main:
name: CI
runs-on: ubuntu-latest
needs: config
steps:
- name: Checkout
uses: actions/checkout@v4
@ -152,7 +154,6 @@ jobs:
config:
name: Check GoReleaser config
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout