Skip to content

Commit ccb5e55

Browse files
authored
only run codeql in public repo (#8680)
1 parent 9f30dc0 commit ccb5e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
if: github.repository_owner == 'aws'
26+
if: github.repository == 'aws/aws-sam-cli'
2727
runs-on: ubuntu-latest
2828
permissions:
2929
actions: read

0 commit comments

Comments
 (0)