This commit is contained in:
freddydk 2023-02-03 07:07:19 +01:00
Родитель 594fe3a6f3
Коммит f193d6baec
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/UpdateExistingImages.yaml поставляемый
Просмотреть файл

@ -85,7 +85,7 @@ jobs:
}
Server2019:
runs-on: [ ${{ fromJson(github.event.inputs.AgentPool) }} ]
runs-on: ${{ fromJson(github.event.inputs.AgentPool) }}
needs: [ AnalyzeImages ]
strategy:
matrix:
@ -167,7 +167,7 @@ jobs:
}
Server2022:
runs-on: [ ${{ fromJson(github.event.inputs.AgentPool) }} ]
runs-on: ${{ fromJson(github.event.inputs.AgentPool) }}
needs: [ AnalyzeImages ]
strategy:
matrix: