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

Enable merge queue #669

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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