Skip to content

Commit

Permalink
Merge pull request backstage#10444 from backstage/rugvip/e2epaths
Browse files Browse the repository at this point in the history
workflows: tweak e2e test paths
  • Loading branch information
Rugvip authored Mar 25, 2022
2 parents c87bac5 + 7321c1f commit 97ad2f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/verify_e2e-techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: E2E Test Techdocs
on:
pull_request:
paths:
- 'yarn.lock'
- '.github/workflows/verify_e2e-techdocs.yml'
- 'packages/techdocs-cli/**'
- 'packages/techdocs-cli-embedded-app/**'
- 'plugins/techdocs/**'
paths-ignore:
- '.changeset/**'
- 'contrib/**'
- 'docs/**'
- 'microsite/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify_e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: E2E Test Windows
on:
pull_request:
paths:
- 'yarn.lock'
- '.github/workflows/verify_e2e-windows.yml'
- 'packages/cli/**'
- 'packages/e2e-test/**'
Expand Down

0 comments on commit 97ad2f4

Please sign in to comment.