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 2f9424b commit 8f064d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-jitexecutor-native-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
maven-version: 3.9.6

- name: Import GPG key
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 8f064d0

Please sign in to comment.