Skip to content

Commit

Permalink
fix(gh-workflow): fix codeql workflow run on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Feb 9, 2024
1 parent 868bba9 commit a245b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "CodeQL"
on:
push:
branches:
- 'v[0-9]+*'
- v1

jobs:
analyze:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
pull_request:

jobs:
build:

pytest:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a245b1a

Please sign in to comment.