mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
just use sap
This commit is contained in:
parent
d0399d29c6
commit
9ed3e2a3b3
2 changed files with 5 additions and 5 deletions
4
.github/workflows/Deploy.yml
vendored
4
.github/workflows/Deploy.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Sap Change Model Deploy
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ sapmodel-dev, sapmodel-prod ]
|
||||
branches: [ sap-dev, sap-prod ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Set stack_name
|
||||
id: set_stack_name
|
||||
run: |
|
||||
if [[ "${{ github.ref_name }}" == "sapmodel-dev" || "${{ github.ref_name }}" == "sapmodel-prod" ]]; then
|
||||
if [[ "${{ github.ref_name }}" == "sap-dev" || "${{ github.ref_name }}" == "sap-prod" ]]; then
|
||||
echo "::set-output name=stack_name::sapmodel"
|
||||
else
|
||||
echo "::set-output name=stack_name::"
|
||||
|
|
|
|||
6
.github/workflows/MLPipelinePostMerge.yml
vendored
6
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -10,9 +10,9 @@ on:
|
|||
types:
|
||||
- closed
|
||||
branches:
|
||||
- "sapmodel-dev"
|
||||
- "heatmodel-dev"
|
||||
- "carbonmodel-dev"
|
||||
- "sap-dev"
|
||||
- "heat-dev"
|
||||
- "carbon-dev"
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue