Skip to content

Commit 99d7634

Browse files
authored
Merge pull request #28 from patch-technology/lovisa/update-ruby-sdk-healthcheck
Update healthcheck
2 parents 7fb46d1 + 1f172e8 commit 99d7634

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/health_check.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
env:
2727
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2828
run: bundle exec rspec
29-
30-
failure-notification:
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v2
34-
- run: exit 1
35-
- name: Health check failure
36-
if: always()
3729
uses: kpritam/slack-job-status-action@v1
3830
with:
3931
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)