Skip to content

Commit e134432

Browse files
author
Jacek Gębal
committed
Remove publishing of build status to SLACK.
1 parent 35dc083 commit e134432

3 files changed

Lines changed: 0 additions & 42 deletions

File tree

.github/workflows/api-snapshot-check.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,3 @@ jobs:
6262
run: |
6363
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
6464
mvn verify appassembler:assemble -Dutplsql-java-api.version="$API_VERSION"
65-
66-
slack-workflow-status:
67-
if: always()
68-
name: Post Workflow Status To Slack
69-
needs: [ build ]
70-
runs-on: ubuntu-latest
71-
steps:
72-
- name: Slack Workflow Notification
73-
uses: Gamesight/slack-workflow-status@master
74-
with:
75-
repo_token: ${{secrets.GITHUB_TOKEN}}
76-
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
77-
name: 'Github Actions[bot]'
78-
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,3 @@ jobs:
6565

6666
- name: Build and Test
6767
run: mvn verify appassembler:assemble
68-
69-
slack-workflow-status:
70-
if: always()
71-
name: Post Workflow Status To Slack
72-
needs: [ build ]
73-
runs-on: ubuntu-latest
74-
steps:
75-
- name: Slack Workflow Notification
76-
uses: Gamesight/slack-workflow-status@master
77-
with:
78-
repo_token: ${{secrets.GITHUB_TOKEN}}
79-
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
80-
name: 'Github Actions[bot]'
81-
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,3 @@ jobs:
3131
files: |
3232
target/utPLSQL-cli.zip
3333
target/utPLSQL-cli.zip.md5
34-
35-
slack-workflow-status:
36-
if: always()
37-
name: Post Workflow Status To Slack
38-
needs: [ release ]
39-
runs-on: ubuntu-latest
40-
steps:
41-
- name: Slack Workflow Notification
42-
uses: Gamesight/slack-workflow-status@master
43-
with:
44-
repo_token: ${{secrets.GITHUB_TOKEN}}
45-
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
46-
name: 'Github Actions[bot]'
47-
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'

0 commit comments

Comments
 (0)