Skip to content

Commit

Permalink
Merge pull request #39 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update triggerConversion.yml (#38)
  • Loading branch information
gkwan-ibm authored Aug 1, 2023
2 parents aefd8c6 + 7a5dbc4 commit 47d765a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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 @@ -28,7 +28,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ./tools/pr-checker/linters/
DEFAULT_BRANCH: draft
DEFAULT_BRANCH: prod
- name: Summary
if: always()
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/triggerConversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Rebuild cloud-hosted guide
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": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}", "cloud_hosted_name": "cloud-hosted-guide-microprofile-telemetry-jaeger" }'
inputs: '{ "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}" }'
ref: "refs/heads/prod"

0 comments on commit 47d765a

Please sign in to comment.