Skip to content

Commit

Permalink
github-action: enable merge-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 6, 2024
1 parent 90b9ac5 commit 6be1a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '!**.asciidoc'
- '!**.png'
- '!**.svg'
merge_group:

# limit the access of the generated GITHUB_TOKEN
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '**.asciidoc'
- '**.png'
- '**.svg'
merge_group:

# limit the access of the generated GITHUB_TOKEN
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- '**.tf'
merge_group:

jobs:
terraform-fmt:
Expand Down

0 comments on commit 6be1a7b

Please sign in to comment.