diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12278cab..0ee00153 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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