Skip to content

Commit 42f344a

Browse files
authored
[CI] Execute OpenSSF analysis only in the template repository (#664)
1 parent 3e17749 commit 42f344a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions: read-all
99

1010
jobs:
1111
analysis:
12+
if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
1213
name: Scorecard analysis
1314
runs-on: ubuntu-latest
1415
permissions:

0 commit comments

Comments
 (0)