Skip to content

Commit

Permalink
ci: Enable CI jobs for GH merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Mar 20, 2024
1 parent 0f0feb3 commit c2d54ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- 'samples/**'
- 'LICENSE'
workflow_dispatch:
merge_group:

env:
TEST_NAMESPACE: e2e-test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- '**.md'
- 'samples/**'
- 'LICENSE'
merge_group:

jobs:
lint:
Expand Down

0 comments on commit c2d54ef

Please sign in to comment.