From d2762b72908c9b2731979fad3f0a2c4dca363550 Mon Sep 17 00:00:00 2001 From: lectrical <14344693+lectrical@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:00:15 +0000 Subject: [PATCH] consistency: make check the same as the rest in the job. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc8647d8b5..92c5d8598b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -357,7 +357,7 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} - name: Generate signed attestations - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/jq-') uses: actions/attest-build-provenance@v2 with: subject-name: ghcr.io/${{ github.repository }}