Skip to content

Commit

Permalink
Skip signed plugin build on pull requests
Browse files Browse the repository at this point in the history
A pull request from a fork is not able to build the signed plugin due to
the secret API KEY, so this step should be skipped. In other instances,
like releases and daily builds, the signed plugin should be created.
  • Loading branch information
lpetrora committed Nov 5, 2024
1 parent 77a7675 commit 7059576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: actions/checkout@v4

- name: Build frontend signed
if: github.event_name != 'pull_request'
id: build-signed
uses: ./.github/build/
env:
Expand Down

0 comments on commit 7059576

Please sign in to comment.