Skip to content

Commit

Permalink
fix: make blue required in cicd (#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
jombooth committed Oct 4, 2023
1 parent 93dfcd7 commit e2425b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ jobs:
- gitleaks
- bandit
- ruff
- blue
- pytest
- migrations
- build-docker
Expand All @@ -422,5 +423,5 @@ jobs:
uses: re-actors/alls-green@release/v1
with:
allowed-failures:
allowed-skips: gitleaks, bandit, ruff, pytest, migrations, conda-test, build-docker
allowed-skips: gitleaks, bandit, ruff, blue, pytest, migrations, conda-test, build-docker
jobs: ${{ toJSON(needs) }}

0 comments on commit e2425b1

Please sign in to comment.