Skip to content

Commit bdb1980

Browse files
authored
[CI] Execute CodeQL analysis only in the template repository (#723)
1 parent af3ae8c commit bdb1980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
analyze:
1313
name: Analyze
1414
runs-on: ubuntu-24.04
15+
if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
1516
permissions:
1617
actions: read
1718
contents: read

0 commit comments

Comments
 (0)