Skip to content

Commit 1b55bda

Browse files
authored
Merge pull request #30 from OpenLiberty/staging
Merge staging to prod - pusblish work
2 parents e5e3b4d + 3a08ca3 commit 1b55bda

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/draftTriggerConversion.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Trigger Conversion
55
on:
66
push:
77
branches:
8-
- 'draft'
8+
- 'prod'
9+
- 'staging'
910

1011
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1112
jobs:
@@ -26,5 +27,5 @@ jobs:
2627
workflow: DraftConverterV3
2728
repo: OpenLiberty/cloud-hosted-guides
2829
token: ${{ secrets.GUIDECONVERSIONTOOL_PASSWORD }}
29-
inputs: '{ "branch": "refs/heads/draft", "guide_name": "${{ github.event.repository.name }}", "cloud_hosted_name": "cloud-hosted-guide-grpc-intro" }'
30+
inputs: '{ "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}", "cloud_hosted_name": "cloud-hosted-guide-grpc-intro" }'
3031
ref: "refs/heads/prod"

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

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

77
jobs:
88
check-files:
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
DEFAULT_BRANCH: draft # todo remove after publishing
30+
DEFAULT_BRANCH: prod # todo remove after publishing
3131
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3232
VALIDATE_DOCKERFILE: true
3333
VALIDATE_JAVA: true

0 commit comments

Comments
 (0)