mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
ci: prevent OSSF analysis workflow from running in forks (#3652)
* Run OSSF analysis only on default branch * move on top to match project code style --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
parent
9ea7535e5b
commit
8282afb486
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ossf-analysis.yml
vendored
1
.github/workflows/ossf-analysis.yml
vendored
|
|
@ -11,6 +11,7 @@ permissions: read-all
|
|||
|
||||
jobs:
|
||||
analysis:
|
||||
if: github.repository == 'anuraghazra/github-readme-stats'
|
||||
name: Scorecard analysis
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue