Skip to content

Commit

Permalink
add merge queue support to workflows (#5278)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Mar 21, 2024
1 parent 0698b83 commit 2f11927
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches:
- main
- release-*
merge_group:
schedule:
- cron: "0 4 * * *" # run every day at 04:00 UTC
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
# The branches below must be a subset of the branches above
branches:
- main
merge_group:
schedule:
- cron: "36 6 * * 4" # run every Thursday at 06:36 UTC

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependabot-hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "docs/go.mod"
merge_group:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- release-*
merge_group:

concurrency:
group: ${{ github.ref_name }}-deps-review
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
merge_group:

defaults:
run:
Expand Down

0 comments on commit 2f11927

Please sign in to comment.