Skip to content

Commit

Permalink
chore: Add manual kickoff option to notify dependents workflow (#36)
Browse files Browse the repository at this point in the history
Closes: #47

Updating the notify-dependents workflow to allow it to be kicked off
manually.
  • Loading branch information
nbaddam authored Nov 1, 2024
1 parent 7a757f6 commit 94cc9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify-dependents.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Notify Dependents
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -11,4 +12,4 @@ jobs:

- name: Notify Analyzer
run: |
curl -X POST 'https://api.github.com/repos/dequelabs/axe-devtools-mobile-analyzer/actions/workflows/publish_latest.yml/dispatches' -H 'Content-Type: application/json' -H 'Authorization: Bearer ${{ secrets.CI_WORKFLOW_PAT }}' -d '{"ref": "main"}'
curl -X POST 'https://api.github.com/repos/dequelabs/axe-devtools-mobile-analyzer/actions/workflows/publish_latest.yml/dispatches' -H 'Content-Type: application/json' -H 'Authorization: Bearer ${{ secrets.CI_WORKFLOW_PAT }}' -d '{"ref": "main"}'

0 comments on commit 94cc9a6

Please sign in to comment.