Skip to content

Commit

Permalink
Merge pull request #2464 from w3c/move-examples-10
Browse files Browse the repository at this point in the history
Update GitHub workflows to use new content tree (Issue 2418 task 10)
  • Loading branch information
alflennik authored Sep 7, 2022
2 parents 162c743 + d9c8694 commit 22a3086
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Regression Tests Coverage Report
on:
pull_request_target:
paths:
- "examples/**"
- "content/**/examples/**"
- "test/**"
- "!examples/landmarks/**"
- "!content/landmarks/examples/**"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
paths:
- "package*.json"
- ".github/workflows/examples.yml"
- "examples/**"
- "content/**/examples/**"
- "scripts/reference-tables.*"
pull_request:
paths:
- "package*.json"
- ".github/workflows/examples.yml"
- "examples/**"
- "content/**/examples/**"
- "scripts/reference-tables.*"

jobs:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:
- ".github/workflows/regression.yml"
- "package*.json"
- "test/**"
- "examples/**"
- "!examples/landmarks/**"
- "!examples/coding-template/**"
- "content/**/examples/**"
- "!content/landmarks/examples/**"
push:
branches-ignore:
- main
Expand All @@ -17,9 +16,8 @@ on:
- ".github/workflows/regression.yml"
- "package*.json"
- "test/**"
- "examples/**"
- "!examples/landmarks/**"
- "!examples/coding-template/**"
- "content/**/examples/**"
- "!content/landmarks/examples/**"

jobs:
regression:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- "!**/*.min.js"
- "!**/*.pack.js"
- "!**/*.paint"
- "!aria-practices-DeletedSectionsArchive.html"
- "!examples/landmarks/css/bootstrap.css"
- "!content/landmarks/examples/css/bootstrap.css"
- "!common/**"
- "!respec-config.js"

Expand All @@ -20,8 +19,7 @@ on:
- "!**/*.min.js"
- "!**/*.pack.js"
- "!**/*.paint"
- "!aria-practices-DeletedSectionsArchive.html"
- "!examples/landmarks/css/bootstrap.css"
- "!content/landmarks/examples/css/bootstrap.css"
- "!common/**"
- "!respec-config.js"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wai-trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- ".github/workflows/wai-trigger-deploy.yml"
- "common/**"
- "examples/**"
- "content/**/examples/**"
- "img/**"
- "aria-practices.html"
- "index.html"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wai-trigger-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- "scripts/reference-tables.*"
- "**/*.js"
- "test/**"
- "examples/**"
- "content/**/examples/**"
- "aria-practices.html"
- "index.html"
- "!examples/landmarks/**"
- "!examples/coding-template/**"
- "!content/landmarks/examples/**"
- "!coding-template/**"
- "!common/**"

jobs:
Expand Down

0 comments on commit 22a3086

Please sign in to comment.