Skip to content

Commit

Permalink
Troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 25, 2024
1 parent c10361f commit b721955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types:
- completed
jobs:
troubleshoot:
runs-on: ubuntu-24.04
steps:
- run: echo "${{ vars.MS_TEAMS_WEBHOOK_URI }}"

notify-teams-pr:
if: ${{github.event.workflow_run.event == 'pull_request' && vars.MS_TEAMS_WEBHOOK_URI != null}}
runs-on: ubuntu-24.04
Expand Down

0 comments on commit b721955

Please sign in to comment.