Skip to content

Commit

Permalink
chore: Add workflows to merge group (open-telemetry#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Silva Sens <[email protected]>
  • Loading branch information
ArthurSens authored Nov 26, 2024
1 parent 6337595 commit f6faa0a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder-testbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Builder - Check and Test Build

on:
merge_group:
push:
branches: [main]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-goreleaser-contrib.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration - Contrib - GoReleaser

on:
merge_group:
push:
branches: [main]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-goreleaser-core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration - Core - GoReleaser

on:
merge_group:
push:
branches: [main]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-goreleaser-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration - k8s - GoReleaser

on:
merge_group:
push:
branches: [main]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-goreleaser-otlp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration - OTLP - GoReleaser

on:
merge_group:
push:
branches: [main]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Shellcheck lint
on:
merge_group:
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit f6faa0a

Please sign in to comment.