Skip to content

Commit d8db2a2

Browse files
ci: temporarily trigger smoke-jp on feature branch for validation
Will revert before merging. Lets us run the JP smoke workflow against the JP test account without first merging the workflow file to main (which GitHub Actions requires for workflow_dispatch registration).
1 parent 80a56e5 commit d8db2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-jp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Smoke Tests (JP)
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [main, feature/jp-region-tests]
77

88
jobs:
99
log-context:

0 commit comments

Comments
 (0)