Skip to content

Commit

Permalink
Merge pull request EESSI#134 from Crivella/feature-CI_fix
Browse files Browse the repository at this point in the history
Prevent running scorecards CI on forks
  • Loading branch information
boegel authored May 2, 2024
2 parents ede05e4 + 74dd9cf commit 2dfe951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions: read-all

jobs:
analysis:
if: github.repository == 'EESSI/test-suite' # Prevent running on forks
name: Scorecards analysis
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 2dfe951

Please sign in to comment.