Skip to content

Commit

Permalink
consistency: make check the same as the rest in the job.
Browse files Browse the repository at this point in the history
  • Loading branch information
lectrical committed Dec 28, 2024
1 parent 9e00ee4 commit d2762b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d2762b7

Please # to comment.