Skip to content

Commit

Permalink
fix: remove unnecessary dependency on codeql in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jan 8, 2025
1 parent 011dc1a commit 8585b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
security-events: write

setup:
needs: codeql
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:

- name: Run CrowdSec stream tests
run: ./.tests/crowdsec.sh stream

- name: Run CrowdSec appsec tests
run: ./.tests/crowdsec.sh appsec

Expand Down

0 comments on commit 8585b4b

Please sign in to comment.