Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub workflows to use new content tree (Issue 2418 task 10) #2464

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this still exists as content-templates now

- "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