Skip to content

Commit

Permalink
build: remove test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masl committed Mar 24, 2024
1 parent 5e743ad commit dc57af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
jobs:
deploy-staging:
runs-on: ubuntu-latest
needs: test
if: startsWith(github.ref, 'refs/heads/develop')
steps:
- name: Checkout code
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:

deploy-production:
runs-on: ubuntu-latest
needs: test
if: startsWith(github.ref, 'refs/tags')
steps:
- name: Extract Version
Expand Down

0 comments on commit dc57af3

Please sign in to comment.