Skip to content

Commit

Permalink
Add ci alerts (G-Research#1367)
Browse files Browse the repository at this point in the history
* Add nudge workflow
---------

Co-authored-by: Jonathan Giannuzzi <jgiannuzzi@users.noreply.github.com>
  • Loading branch information
pavlovic-ivan and jgiannuzzi authored Aug 1, 2024
1 parent 5ef848e commit f3658f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nudge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Nudge

on:
workflow_run:
workflows: ["CI", "Create release", "Release", "Build and Deploy website to Pages"]
types: [completed]
branches: [main]

jobs:
nudge:
runs-on: ubuntu-latest
environment: nudge
steps:
- name: Send message
uses: pavlovic-ivan/octo-nudge@main
with:
webhooks: ${{ secrets.WEBHOOKS }}

0 comments on commit f3658f4

Please sign in to comment.