File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
options :
19
19
- SMS Lab
20
20
- Leafcloud
21
+ create_skc_pr :
22
+ description : Propose PR to SKC
23
+ type : boolean
24
+ default : true
21
25
secrets :
22
26
KAYOBE_VAULT_PASSWORD :
23
27
required : true
@@ -402,10 +406,12 @@ jobs:
402
406
env :
403
407
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
404
408
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
409
+ if : inputs.create_skc_pr
405
410
406
411
- name : Display link to update overcloud host image tags workflows
407
412
run : |
408
413
echo "::notice Overcloud host image promote workflow: https://github.com/stackhpc/stackhpc-kayobe-config/actions/workflows/update-overcloud-host-image-tags.yml"
414
+ if : inputs.create_skc_pr
409
415
410
416
- name : Send message to Slack via Workflow Builder
411
417
@@ -427,4 +433,4 @@ jobs:
427
433
MESSAGE : " SKC overcloud host image build failed :sob:"
428
434
RESULTS_URL : " N/A"
429
435
WORKFLOW_URL : " ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
430
- if : failure()
436
+ if : failure() && inputs.create_skc_pr
You can’t perform that action at this time.
0 commit comments