Skip to content

Commit

Permalink
Update workflow to run after pages build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 31, 2023
1 parent 97ed601 commit e6c9dad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/accessibility-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Run Accessibility Testing
name: Accessibility Testing

on:
pull_request:
branches: [main]
workflow_run:
workflows: ['pages-build-deployment']
types:
- completed

jobs:
demo:
run-accessibility-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e6c9dad

Please sign in to comment.