Skip to content

Commit 76b7fa1

Browse files
authored
chore: force e2e on this pr
to be removed
1 parent 40fd731 commit 76b7fa1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests-e2e.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ on:
1212
- packages/**
1313
- tsconfig.json
1414
pull_request:
15-
branches:
16-
- main
17-
- docusaurus-v**
15+
# force E2E on PR for this PR (test)
16+
# branches:
17+
# - main
18+
# - docusaurus-v**
1819
paths:
1920
- package.json
2021
- yarn.lock
2122
- jest.config.mjs
2223
- packages/**
2324
- tsconfig.json
25+
- admin/verdaccio.yaml
2426
- .github/workflows/tests-e2e.yml
2527

2628
concurrency:

0 commit comments

Comments
 (0)