Skip to content

Commit

Permalink
Try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Feb 9, 2023
1 parent 3265d9b commit ea57baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axe-core.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: ♿️ A11Y CI with Axe Core
on:
workflow_run:
workflows: ["Generate Site Preview"]
workflows: [Generate Site Preview]
types:
- completed

env:
WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/'
WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.number }}.surge.sh/'

jobs:
Axe-CLI:
Expand Down

0 comments on commit ea57baa

Please sign in to comment.