Skip to content

Commit

Permalink
Only gpg init for tags (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc committed Jan 12, 2024
1 parent 4d2fb4e commit c6fa05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: gpg init
if: github.event_name != 'pull_request'
if: github.ref_type == 'tag'
run: .ci/gpg/create-keyring.sh
env:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
Expand Down

0 comments on commit c6fa05d

Please sign in to comment.