Skip to content

Commit

Permalink
Fix yml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 17, 2024
1 parent 58e70da commit 34b51d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ jobs:
include-hidden-files: true

Code-Coverage:
needs:
- Authorize
if: github.event.action != 'labeled'
needs:
- Run-Unit-Tests
Expand Down Expand Up @@ -154,7 +152,6 @@ jobs:
if: github.event_name == 'release'
name: Build and publish Python 🐍 distributions 📦 to PyPI
needs:
- Authorize
- Static-Check
- Run-Unit-Tests
- Code-Coverage
Expand Down

0 comments on commit 34b51d4

Please sign in to comment.