mirror of https://github.com/statping/statping
Merge branch 'master' into dev
commit
304bb27c9a
|
@ -459,7 +459,7 @@ jobs:
|
||||||
run: make buildx-latest
|
run: make buildx-latest
|
||||||
|
|
||||||
sentry-release:
|
sentry-release:
|
||||||
needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
|
needs: docker-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
@ -481,7 +481,7 @@ jobs:
|
||||||
run: make sentry-release
|
run: make sentry-release
|
||||||
|
|
||||||
homebrew-release:
|
homebrew-release:
|
||||||
needs: release
|
needs: docker-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
@ -498,7 +498,7 @@ jobs:
|
||||||
run: make publish-homebrew
|
run: make publish-homebrew
|
||||||
|
|
||||||
slack-update:
|
slack-update:
|
||||||
needs: [release]
|
needs: docker-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
|
Loading…
Reference in New Issue