Skip to content

Commit 037ba45

Browse files
committed
Adjust workflows for the tracing package rename
1 parent cad3d90 commit 037ba45

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build_tracing_packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build tracing libraries
1+
name: Build OpenTelemetry and OpenTracing libraries
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
build-tracing-lib-opentracing:
10+
build-opentracing-lib:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '6.0'
2020
- run: dotnet build -c Release
2121
working-directory: Pyroscope/Pyroscope.OpenTracing
22-
build-tracing-lib-opentelemetry:
22+
build-opentelemetry-lib:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout

.github/workflows/tag_tracing_opentelemetry_helper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Release OpenTelemetry tracing library
1+
name: Release OpenTelemetry library
22

33
on:
44
push:
55
tags:
6-
- v*-tracing-opentelemetry
6+
- v*-opentelemetry
77

88
jobs:
9-
release-tracing-lib-opentelemetry:
9+
release-opentelemetry-lib:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout

.github/workflows/tag_tracing_opentracing_helper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Release OpenTracing tracing library
1+
name: Release OpenTracing library
22

33
on:
44
push:
55
tags:
6-
- v*-tracing-opentracing
6+
- v*-opentracing
77

88
jobs:
9-
release-tracing-lib-opentracing:
9+
release-opentracing-lib:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)