Skip to content

Commit

Permalink
docs: Add comment for use of Ubuntu 20 for a11y.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 12, 2023
1 parent f24b3b4 commit a4d7944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
# https://github.com/pa11y/pa11y-ci#pa11y-ci-3-and-ubuntu
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a4d7944

Please sign in to comment.