Skip to content

Commit

Permalink
Don't try to deploy from forks
Browse files Browse the repository at this point in the history
They won't have the OPENSHIFT_TOKEN

Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Oct 11, 2024
1 parent ce6a21d commit feac95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run_ui_tests: true

deploy:
if: ${{ github.repository == 'trustification/trustify' }}
runs-on: ubuntu-22.04
needs:
- publish
Expand Down

0 comments on commit feac95e

Please sign in to comment.