Skip to content

Commit

Permalink
fix graph
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Sep 17, 2023
1 parent 1771aaf commit d9b3f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-enforced-choices-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
test-publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
needs: [black, build, test, no-makemigrations, no-makemessages, no-compilemessages]
needs: [black, build, test, no-makemigrations, no-makemessages]
steps:
- name: checkout code
uses: actions/checkout@v2.3.1
Expand Down

0 comments on commit d9b3f26

Please sign in to comment.