Skip to content

Commit

Permalink
Merge pull request #64 from mikenairn/enable_merge_queue
Browse files Browse the repository at this point in the history
ci: Enable CI jobs for GH merge queue
  • Loading branch information
maleck13 authored Mar 21, 2024
2 parents 0f0feb3 + c2d54ef commit b11e452
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 b11e452

Please sign in to comment.