Skip to content

Commit

Permalink
Enable merge queue (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc committed Aug 1, 2023
1 parent ae01ba3 commit 823972c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: e2e

on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
Expand All @@ -15,4 +16,4 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make e2e
- run: make e2e
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: release

on:
workflow_dispatch:
merge_group:
push:
branches:
- 'main'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: sanity

on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
Expand All @@ -25,4 +26,4 @@ jobs:
with:
go-version-file: "go.mod"
- name: Run lint checks
run: make lint GOLANGCI_LINT_ARGS="--out-format github-actions"
run: make lint GOLANGCI_LINT_ARGS="--out-format github-actions"
1 change: 1 addition & 0 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: unit

on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
Expand Down

0 comments on commit 823972c

Please sign in to comment.