Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Enable merge queue
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <[email protected]>
  • Loading branch information
ncdc authored and joelanford committed Aug 2, 2023
1 parent bcae27f commit c598b04
Show file tree
Hide file tree
Showing 6 changed files with 7 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: e2e
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: go-apidiff
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: manifests-diff

on:
pull_request:
merge_group:
push:
branches:
- main
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
- name: Rename manifest file
run: mv rukpak.yaml ${{ github.head_ref }}.yaml
- name: Compare generated manifests of source and target branch
run: diff ${{ github.base_ref }}.yaml ${{ github.head_ref }}.yaml
run: diff ${{ github.base_ref }}.yaml ${{ github.head_ref }}.yaml
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
1 change: 1 addition & 0 deletions .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 Down
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 c598b04

Please sign in to comment.