Merge branch 'master' into dev

pull/789/head
Hunter Long 2020-08-17 19:46:54 -07:00 committed by GitHub
commit 304bb27c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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