Merge pull request #10444 from backstage/rugvip/e2epaths

workflows: tweak e2e test paths
This commit is contained in:
Patrik Oldsberg
2022-03-25 12:00:25 +01:00
committed by GitHub
2 changed files with 3 additions and 5 deletions
+2 -5
View File
@@ -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 }}
+1
View File
@@ -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/**'