workflow fix

pull/789/head^2
hunterlong 2020-08-17 18:51:39 -07:00
parent fa31ac6bdf
commit 13c7e13925
1 changed files with 3 additions and 3 deletions

View File

@ -459,7 +459,7 @@ jobs:
run: make buildx-latest
sentry-release:
needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
needs: docker-release
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
@ -481,7 +481,7 @@ jobs:
run: make sentry-release
homebrew-release:
needs: release
needs: docker-release
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
@ -498,7 +498,7 @@ jobs:
run: make publish-homebrew
slack-update:
needs: [release]
needs: docker-release
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo