Skip to content

Commit

Permalink
remove build check
Browse files Browse the repository at this point in the history
  • Loading branch information
dauntlessnomad committed Apr 21, 2022
1 parent 66e6d42 commit ce97d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
fi
build-dockerhub-staging:
needs: test
environment: Staging-egov
name: Build & Push to Dockerhub
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
docker push $IMAGE_ID --all-tags
build-github-staging:
needs: test
environment: Staging-egov
if: github.ref == 'refs/heads/develop'
name: Build and push to GitHub
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce97d9d

Please sign in to comment.