Skip to content

Commit

Permalink
SHIP IT
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Apr 22, 2024
1 parent 9cdd458 commit c33a3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
pythonVersion: 3.11-buster
skipDjangoCheck: true

linting:
linting-check:
name: Linting Check
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

needs: backend-check
needs: linting-check

# Deploy

Expand Down

0 comments on commit c33a3a5

Please sign in to comment.