From 04c7bb75cee462d3e3b31815653a628d386f3032 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Sat, 6 Feb 2021 15:48:37 -0500 Subject: [PATCH] [GITHUB] Modified `run-on` property of run-pipeline.yaml --- .github/workflows/run-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pipeline.yaml b/.github/workflows/run-pipeline.yaml index 84ff3730c..c55e2b61c 100644 --- a/.github/workflows/run-pipeline.yaml +++ b/.github/workflows/run-pipeline.yaml @@ -13,7 +13,7 @@ on: jobs: build: name: Call Azure Pipeline - #runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Azure Pipelines Action uses: Azure/pipelines@v1