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 ddd11b6 commit 9df7cd0Copy full SHA for 9df7cd0
.github/workflows/codeql.yml
@@ -24,6 +24,7 @@ jobs:
24
analyze:
25
name: Analyze
26
runs-on: ubuntu-latest
27
+ if: ${{ github.event.pull_request.user.login != 'dependabot[bot]'}}
28
permissions:
29
actions: read
30
contents: read
.github/workflows/flake8.yml
@@ -16,6 +16,7 @@ jobs:
16
python-version: [ '3.12']
17
18
19
20
21
steps:
22
- name: Checkout repository
0 commit comments