Skip to content

Commit

Permalink
Trigger pa11y after Azure Dev not GPaaS (#956)
Browse files Browse the repository at this point in the history
* Trigger pa11y after Azure Dev not GPaaS

* Skip CI run for other workflow edits

* Comment name to avoid parsing brackets

* Add console links to docs
  • Loading branch information
peterdavidhamilton authored Nov 10, 2023
1 parent 9d663d5 commit b8427ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
merge_group:
pull_request:
paths-ignore:
- '.github/workflows/*'
- '!.github/workflows/ci.yml'
- '**/*.md'
- .docker*
- .env.example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Check WCAG Standards
on:
workflow_run:
workflows:
- Deploy Development App
- 'App Deploy [Azure - DEV]'
branches:
- main
types:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,15 @@ settings the following classes can be added:
- `data-hj-suppress` to redact additional user information
- `data-hj-allow` to allow data that is automatically redacted


## Azure

Production console access

- https://eyrecovery-dev.scm.azurewebsites.net/webssh/host
- https://eyrecovery-stage.scm.azurewebsites.net/webssh/host
- https://eyrecovery-prod.scm.azurewebsites.net/webssh/host

---

[app-repo]: https://github.com/DFE-Digital/early-years-foundation-recovery
Expand Down

0 comments on commit b8427ab

Please sign in to comment.