forked from open-telemetry/opentelemetry-collector-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (38 loc) · 768 Bytes
/
ci-builder.yaml
File metadata and controls
41 lines (38 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: CI - Builder
on:
merge_group:
push:
branches:
- main
- release/*
paths:
- "distributions/otelcol-contrib/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
pull_request:
branches:
- main
- release/*
paths:
- "distributions/otelcol-contrib/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
permissions:
contents: read
jobs:
ci:
uses: ./.github/workflows/base-ci-binary.yaml
with:
binary: builder
collector-dependency: 'open-telemetry/opentelemetry-collector'
dependency-target-folder: '.core'
secrets: inherit
permissions: write-all