Skip to content

Commit

Permalink
Revert prometheus changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Apr 24, 2024
1 parent b43d9e1 commit 5f5c67f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
# Fails in unit tests: ref: "v1.15.0"
ref: "v1.12.0"
ref: "v1.11.0"
path: "otel_cpp"
submodules: "recursive"
- name: run tests
Expand Down Expand Up @@ -104,7 +103,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "open-telemetry/opentelemetry-cpp"
ref: "v1.15.0"
ref: "v1.11.0"
path: "otel_cpp"
submodules: "recursive"
- name: setup
Expand Down

0 comments on commit 5f5c67f

Please sign in to comment.