We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede47de commit cc80dafCopy full SHA for cc80daf
.github/workflows/geneva_metrics.yml
@@ -9,10 +9,10 @@ on:
9
pull_request:
10
branches: [main]
11
paths:
12
- - "exporters/geneva/**"
13
- - ".github/workflows/geneva_metrics.yml"
14
-permissions:
15
- contents: read
+ - "exporters/geneva/**"
+ - ".github/workflows/geneva_metrics.yml"
+permissions:
+ contents: read
16
jobs:
17
cmake_linux:
18
name: CMake on Linux
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v3
27
with:
28
repository: "open-telemetry/opentelemetry-cpp"
29
- ref: "v1.21.0"
+ ref: "v1.22.0"
30
path: "otel_cpp"
31
submodules: "recursive"
32
- name: setup
0 commit comments