Skip to content

Commit

Permalink
Do not import GPG KEY for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 27, 2024
1 parent 8f064d0 commit ff5438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jitexecutor-native-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
maven-version: 3.9.6

- name: Import GPG key
if: ${{ github.event_name }} != "pull_request"
if: github.event_name != 'pull_request'
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
with:
gpg_private_key: ${{ secrets.GPG_KEY }}
Expand Down

0 comments on commit ff5438a

Please sign in to comment.