Skip to content

Commit

Permalink
Merge pull request #3282 from cloudflare/dlapid/enable_merge_queues
Browse files Browse the repository at this point in the history
Run required CIs on merge_group
  • Loading branch information
danlapid authored Dec 31, 2024
2 parents 4485b18 + 7bfdc2d commit cdba4b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
merge_group:

jobs:
CLAssistant:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Lint

on:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- 'doc/**'
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/type-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- 'doc/**'
merge_group:
push:
branches:
- main
Expand Down

0 comments on commit cdba4b3

Please sign in to comment.