Skip to content

Commit 4d4fb1c

Browse files
committed
build: wip
1 parent 940e117 commit 4d4fb1c

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ jobs:
9696
with:
9797
user: __token__
9898
password: ${{ secrets.PYPI }}
99-
100-
notify:
101-
runs-on: ubuntu-latest
102-
needs: publish
103-
steps:
104-
- name: Notify Success
105-
uses: archive/github-actions-slack@master
106-
with:
107-
slack-channel: C2CRL4C4V
108-
slack-text: Release is success *[${{ github.repository }}] (${{ github.ref }})* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
109-
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
110-
slack-optional-as_user: false
111-
slack-optional-icon_emoji: ":white_check_mark:"

.github/workflows/tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,3 @@ jobs:
4141

4242
- name: Test with pytest
4343
run: pytest
44-
45-
notify:
46-
runs-on: ubuntu-latest
47-
needs: tests
48-
steps:
49-
- name: Notify Success
50-
uses: archive/github-actions-slack@master
51-
with:
52-
slack-channel: C2CRL4C4V
53-
slack-text: Tests are passed *[${{ github.repository }}] (${{ github.ref }})* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
54-
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
55-
slack-optional-as_user: false
56-
slack-optional-icon_emoji: ":white_check_mark:"

0 commit comments

Comments
 (0)