Skip to content

Commit 5bdf02f

Browse files
authored
Merge branch 'main' into fix-e2e-test-step-name
2 parents 46fd2b9 + 8847627 commit 5bdf02f

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Lint
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
lint:

.github/workflows/test-e2e-bundle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Bundle E2E Tests
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: E2E Tests
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Tests
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
test:

0 commit comments

Comments
 (0)