Skip to content

Commit

Permalink
Drops cron job for CodeQL (#251)
Browse files Browse the repository at this point in the history
Drop cron CodeQL
  • Loading branch information
djperrefort authored Jul 17, 2024
1 parent f1692b7 commit e88f348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 25 5 * * 0

jobs:
analyze:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install poetry
run: |
pip install poetry
poetry env use python${{ matrix.python_version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false

- name: Install dependencies
run: poetry install --with tests
Expand Down

0 comments on commit e88f348

Please sign in to comment.