fix: order dependencies in ci pipeline

This commit is contained in:
Marcel_Henselin 2026-01-30 12:29:30 +01:00
parent 5e8bc4b7f0
commit ff1b53acb7

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