Skip to content

Commit

Permalink
Merge pull request #1559 from grafana/ci/add-merge-group
Browse files Browse the repository at this point in the history
ci: add merge-group trigger to enable merge queues
  • Loading branch information
theSuess authored May 27, 2024
2 parents 4cd8d6f + 3b2a634 commit 591e265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: KinD End-to-End
on:
pull_request:
branches: [master]
merge_group:

env:
NAME: grafana-operator
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ permissions:

name: PR Validation

on: pull_request
on:
pull_request:
merge_group:

jobs:
file-checks:
Expand Down

0 comments on commit 591e265

Please sign in to comment.