fix(github): Don't run Scorecard analysis on forked repos (#2057)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
6564b44538
commit
6b09ff82e0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scorecard.yml
vendored
1
.github/workflows/scorecard.yml
vendored
|
@ -19,6 +19,7 @@ permissions: read-all
|
|||
|
||||
jobs:
|
||||
analysis:
|
||||
if: github.repository_owner == 'argoproj'
|
||||
name: Scorecard analysis
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue