Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Jul 3, 2024
1 parent d60c9e6 commit d13aaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs:
- python-build
- python-code-
- python-code-check
- python-typing
- python-security
- python-test
Expand All @@ -163,7 +163,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs:
- python-build
- python-code-
- python-code-check
- python-typing
- python-security
- python-test
Expand Down

0 comments on commit d13aaea

Please sign in to comment.