We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35858f8 commit aba2932Copy full SHA for aba2932
.github/workflows/Codeql.yml
@@ -16,9 +16,6 @@ jobs:
16
codeql-analysis:
17
name: "CodeQL Analysis (Python)"
18
runs-on: ubuntu-latest
19
- if: >
20
- github.event_name == 'push' ||
21
- (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
22
23
steps:
24
- name: Checkout repository
0 commit comments