Skip to content

Commit

Permalink
[github] add pagerduty alert step to package manager test (#1177)
Browse files Browse the repository at this point in the history
* [github] add pagerduty alert step to package manager test

* undo this commit: test failure on homebrew

* undo changes meant just for testing
  • Loading branch information
charliecruzan-stripe committed May 15, 2024
1 parent a89eddd commit e719e72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ jobs:
scripts/install-test.sh
sparse-checkout-cone-mode: false
- run: sh scripts/install-test.sh docker
pagerduty:
needs: [docker, scoop, yum, apt, homebrew]
runs-on: ubuntu-latest
if: ${{ always() && contains(needs.*.result, 'failure') }}
steps:
- name: Send PagerDuty alert on failure
uses: Entle/[email protected]
with:
pagerduty-integration-key: '${{ secrets.PAGERDUTY_INTEGRATION_KEY }}'
pagerduty-dedup-key: package_manager_install_workflow_failed

0 comments on commit e719e72

Please sign in to comment.