Skip to content

Commit 82740eb

Browse files
authored
Merge pull request #46 from OpenLiberty/pre-publishing-tasks
Complete pre-publishing tasks
2 parents 510fca9 + 6e1aa68 commit 82740eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [ prod, staging, draft ]
5+
branches: [ prod, staging ]
66

77
jobs:
88
check-files:
@@ -28,7 +28,7 @@ jobs:
2828
VALIDATE_ALL_CODEBASE: false
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
31-
DEFAULT_BRANCH: draft
31+
DEFAULT_BRANCH: prod
3232
FILTER_REGEX_EXCLUDE: mvnw*
3333
- name: Summary
3434
if: "! github.event.pull_request.head.repo.fork"

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:page-layout: guide-multipane
1010
:projectid: microprofile-telemetry-grafana-automatic
1111
:page-duration: 25 minutes
12-
:page-releasedate: 2025-06-01
12+
:page-releasedate: 2025-12-05
1313
:page-guide-category: microprofile
1414
:page-essential: false
1515
:page-description: Learn how to enable the collection of traces, metrics, and logs from microservices by using MicroProfile Telemetry and the Grafana stack.

0 commit comments

Comments
 (0)