Skip to content

Commit

Permalink
Merge pull request #30 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - pusblish work
  • Loading branch information
gkwan-ibm committed Dec 8, 2022
2 parents e5e3b4d + 3a08ca3 commit 1b55bda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/draftTriggerConversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Trigger Conversion
on:
push:
branches:
- 'draft'
- 'prod'
- 'staging'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -26,5 +27,5 @@ jobs:
workflow: DraftConverterV3
repo: OpenLiberty/cloud-hosted-guides
token: ${{ secrets.GUIDECONVERSIONTOOL_PASSWORD }}
inputs: '{ "branch": "refs/heads/draft", "guide_name": "${{ github.event.repository.name }}", "cloud_hosted_name": "cloud-hosted-guide-grpc-intro" }'
inputs: '{ "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}", "cloud_hosted_name": "cloud-hosted-guide-grpc-intro" }'
ref: "refs/heads/prod"
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test application

on:
pull_request:
branches: [ draft ]
branches: [ prod, staging ]

jobs:
check-files:
Expand All @@ -27,7 +27,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: draft # todo remove after publishing
DEFAULT_BRANCH: prod # todo remove after publishing
LINTER_RULES_PATH: ./tools/pr-checker/linters/
VALIDATE_DOCKERFILE: true
VALIDATE_JAVA: true
Expand Down

0 comments on commit 1b55bda

Please sign in to comment.