Skip to content

Commit

Permalink
SWI-5041 (#192)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ajrice6713 authored Apr 16, 2024
1 parent 215cb4b commit dcde426
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

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

deploy:
name: Deploy `main` to PYPI
Expand Down Expand Up @@ -136,9 +136,9 @@ jobs:
env:
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}

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

0 comments on commit dcde426

Please sign in to comment.