Skip to content

Commit 7d65205

Browse files
authored
chore(pr-e2e): add workflow_dispatch option for e2e tests (#8814)
**Related Issue:** n/a ## Summary Allows anyone with GH Actions permission on the repo to manually go to https://github.com/Esri/calcite-design-system/actions/workflows/pr-e2e.yml and select their current branch, even if it's base is not `main` or `rc` and trigger an `npm run build && npm run test` <img width="315" alt="Screenshot 2024-02-22 at 9 36 48 AM" src="https://github.com/Esri/calcite-design-system/assets/3362490/4d8634db-67d5-417b-b23a-6238ed195fb8">
1 parent c1297a8 commit 7d65205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: E2E
22
on:
3+
workflow_dispatch:
34
pull_request:
45
branches: [main, rc]
56
jobs:

0 commit comments

Comments
 (0)