Skip to content

Commit

Permalink
Fix CodeQL CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Apr 8, 2024
1 parent f3db77f commit e61e086
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -7,15 +7,13 @@ on:
pull_request:
branches:
- master
schedule:
- cron: 45 13 * * 6

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
DEFAULT_PYTHON: '3.12'
DEFAULT_PYTHON: '3.11'

jobs:
analyze:
Expand Down

0 comments on commit e61e086

Please sign in to comment.