From f6faa0a0803a3c29f18daa240dba1eb82ce8cfe1 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Tue, 26 Nov 2024 11:53:50 -0300 Subject: [PATCH] chore: Add workflows to merge group (#755) Signed-off-by: Arthur Silva Sens --- .github/workflows/builder-testbuild.yaml | 1 + .github/workflows/ci-goreleaser-contrib.yaml | 1 + .github/workflows/ci-goreleaser-core.yaml | 1 + .github/workflows/ci-goreleaser-k8s.yaml | 1 + .github/workflows/ci-goreleaser-otlp.yaml | 1 + .github/workflows/ci.yaml | 1 + .github/workflows/shellcheck.yml | 1 + 7 files changed, 7 insertions(+) diff --git a/.github/workflows/builder-testbuild.yaml b/.github/workflows/builder-testbuild.yaml index c9991f94..dbed91fc 100644 --- a/.github/workflows/builder-testbuild.yaml +++ b/.github/workflows/builder-testbuild.yaml @@ -1,6 +1,7 @@ name: Builder - Check and Test Build on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-contrib.yaml b/.github/workflows/ci-goreleaser-contrib.yaml index ad7db0a6..fed5f85d 100644 --- a/.github/workflows/ci-goreleaser-contrib.yaml +++ b/.github/workflows/ci-goreleaser-contrib.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - Contrib - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-core.yaml b/.github/workflows/ci-goreleaser-core.yaml index 50410eb7..80a116a8 100644 --- a/.github/workflows/ci-goreleaser-core.yaml +++ b/.github/workflows/ci-goreleaser-core.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - Core - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-k8s.yaml b/.github/workflows/ci-goreleaser-k8s.yaml index fd4b0950..3d86dba0 100644 --- a/.github/workflows/ci-goreleaser-k8s.yaml +++ b/.github/workflows/ci-goreleaser-k8s.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - k8s - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-otlp.yaml b/.github/workflows/ci-goreleaser-otlp.yaml index cab3a788..d9cdc454 100644 --- a/.github/workflows/ci-goreleaser-otlp.yaml +++ b/.github/workflows/ci-goreleaser-otlp.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - OTLP - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d04cba26..15938cf6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ name: Continuous Integration on: + merge_group: push: branches: [main] pull_request: diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 8cc62a64..6ea78b1f 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,5 +1,6 @@ name: Shellcheck lint on: + merge_group: push: branches: [ main ] pull_request: