Skip to content

Commit

Permalink
Merge pull request #3811 from zowe/user/markackert/fix-v3-fmid-cleanup
Browse files Browse the repository at this point in the history
add azwe003 to playbook automation
  • Loading branch information
MarkAckert authored Apr 25, 2024
2 parents 53c9711 + 2ed5186 commit 2eaad92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: '[Prep 6a] Process labels for ci build (pull, push, comment)'
id: process-labels
if: github.event_name != 'workflow_dispatch'
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.ORIGIN_ISSUE_TRIGGER == 'true' }}
run: |
BUILD_WHAT="PAX"
Expand All @@ -203,7 +203,7 @@ jobs:
- name: '[Prep 6b] Process github.event.inputs for manually triggered build'
id: process-inputs
if: github.event_name == 'workflow_dispatch'
if: ${{ github.event_name == 'workflow_dispatch' || github.event.inputs.ORIGIN_ISSUE_TRIGGER != 'true' }}
run: |
BUILD_WHAT="${{ steps.process-labels.outputs.BUILD_WHAT_LABELS }}"
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/fmid/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ work_dir_local: .tmp
zowe_smpe_knwon_fmids:
- AZWE001
- AZWE002
- AZWE003

# default install path for SMP/e
zowe_smpe_default_path: usr/lpp/zowe
Expand Down

0 comments on commit 2eaad92

Please sign in to comment.