We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3ae8c commit bdb1980Copy full SHA for bdb1980
1 file changed
.github/workflows/codeql.yml
@@ -12,6 +12,7 @@ jobs:
12
analyze:
13
name: Analyze
14
runs-on: ubuntu-24.04
15
+ if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
16
permissions:
17
actions: read
18
contents: read
0 commit comments