Skip to content

Commit 80ee6f4

Browse files
authored
Merge pull request #241 from OpenLiberty/staging
Merge staging to prod - Update test.yml (#240)
2 parents bd8fff3 + ca05675 commit 80ee6f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

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

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

77
jobs:
88
check-files:
@@ -28,6 +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: prod
3132
- name: Summary
3233
if: always()
3334
run: |

.github/workflows/triggerConversion.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ name: Rebuild cloud-hosted guide
55
on:
66
push:
77
branches:
8-
- 'master'
98
- 'main'
109
- 'prod'
11-
- 'qa'
1210
- 'staging'
1311

1412
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -31,4 +29,4 @@ jobs:
3129
repo: OpenLiberty/cloud-hosted-guides
3230
token: ${{ secrets.GUIDECONVERSIONTOOL_PASSWORD }}
3331
inputs: '{ "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}" }'
34-
ref: "refs/heads/prod"
32+
ref: "refs/heads/prod"

0 commit comments

Comments
 (0)