Skip to content

Commit dcde426

Browse files
authored
SWI-5041 (#192)
* Rename `test.yaml` -> 'test.yml` * Update test.yml * Remove notify action for now * Remove all BXML default values * One too many `=None`'s * Revert "Remove all BXML default values" This reverts commit 464fc82. * Dont make non-strings strings * Do the string conversion later * Add gather tests back * Replace %lt; and > in the xml * Only do regex replacement on SpeakSentence * SWI-5041 Remove Notify action on release workflow
1 parent 215cb4b commit dcde426

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
7070
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
7171

72-
- uses: Bandwidth/[email protected]
73-
if: always()
74-
with:
75-
job-status: ${{ job.status }}
76-
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
77-
slack-channel: ${{ secrets.SLACK_CHANNEL }}
72+
# - uses: Bandwidth/[email protected]
73+
# if: always()
74+
# with:
75+
# job-status: ${{ job.status }}
76+
# slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
77+
# slack-channel: ${{ secrets.SLACK_CHANNEL }}
7878

7979
deploy:
8080
name: Deploy `main` to PYPI
@@ -136,9 +136,9 @@ jobs:
136136
env:
137137
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
138138

139-
- uses: Bandwidth/[email protected]
140-
if: always()
141-
with:
142-
job-status: ${{ job.status }}
143-
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
144-
slack-channel: ${{ secrets.SLACK_CHANNEL }}
139+
# - uses: Bandwidth/[email protected]
140+
# if: always()
141+
# with:
142+
# job-status: ${{ job.status }}
143+
# slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
144+
# slack-channel: ${{ secrets.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)