Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(ghi-ci): google chat release notification (#1785)
  • Loading branch information
André Kilchenmann committed Jan 14, 2021
1 parent afe61b7 commit 4718cdc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -381,6 +381,18 @@ jobs:
df -h
docker system df
# google chat notification about release
notification:
name: Google chat notification about release and published version
needs: [publish]
runs-on: ubuntu-latest
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
steps:
- name: Send notification to google chat room "DSP releases"
uses: lakto/google-chat-action@main
with:
url: ${{ secrets.GOOGLE_CHAT_DSP_RELEASES_WEBHOOK_URL }}

# deploy documentation only on release
deploy-docs:
name: Deploy docs (on release only)
Expand Down

0 comments on commit 4718cdc

Please sign in to comment.