Skip to content

Commit 96f554e

Browse files
authored
remove slack notification on dep update failure
I'll create a separate action that notifies once over a number of failures.
1 parent 98f5d7f commit 96f554e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/latestOrca.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
run: |
3434
sed -i -e 's/${{ steps.dependency_name.outputs.dependency }}Version=${{ steps.get_current.outputs.version }}/${{ steps.dependency_name.outputs.dependency }}Version=${{ steps.get_desired.outputs.version }}/g' gradle.properties
3535
./gradlew test
36-
- name: notify slack for build failure
37-
uses: 8398a7/action-slack@v2
38-
with:
39-
status: ${{ job.status }}
40-
author_name: Integration Test
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
43-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44-
if: failure()
4536
- name: commit gradle properties
4637
if: (steps.get_current.outputs.version != steps.get_desired.outputs.version) && success()
4738
run: |

0 commit comments

Comments
 (0)