We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afce18e commit cf0be10Copy full SHA for cf0be10
1 file changed
.github/workflows/openssf-scorecard.yml
@@ -9,6 +9,7 @@ permissions: read-all
9
10
jobs:
11
analysis:
12
+ if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
13
name: Scorecard analysis
14
runs-on: ubuntu-latest
15
permissions:
0 commit comments