Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/InnerEye-Inference.git
π Replace concurrency group (#85)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
9c8ef64ee4
ΠΠΎΠΌΠΌΠΈΡ
038f35533d
|
@ -55,11 +55,7 @@ jobs:
|
|||
|
||||
test-azure-deployment:
|
||||
runs-on: ubuntu-20.04
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
@ -75,5 +71,5 @@ jobs:
|
|||
with:
|
||||
azcliversion: 2.42.0
|
||||
inlineScript: |
|
||||
az webapp up --name innereyeinferencetest --subscription "InnerEye Dev" -g InnerEye-Inference --sku S1 --location ukwest --runtime PYTHON:3.7
|
||||
az webapp delete --name innereyeinferencetest --subscription "InnerEye Dev" -g InnerEye-Inference
|
||||
az webapp up --name innereyeinferencetest-${{ github.run_id }} --subscription "InnerEye Dev" -g InnerEye-Inference --sku S1 --location ukwest --runtime PYTHON:3.7
|
||||
az webapp delete --name innereyeinferencetest-${{ github.run_id }} --subscription "InnerEye Dev" -g InnerEye-Inference
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅