Skip to content

Commit

Permalink
skip on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Apr 30, 2024
1 parent 068f725 commit a6a581f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
tags: rancher/cli2:${{ env.VERSION }}

fossa:
# do not run on forks
if: github.repository_owner == 'rancher'
# do not run on pull_request
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit a6a581f

Please sign in to comment.