From 722d65fadcb0ebad7ef0f7535ed0faedf124cbde Mon Sep 17 00:00:00 2001 From: Nidhin Unni <107123789+nidhin077@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:03:03 +0530 Subject: [PATCH] ci: change runner to self-hosted --- .github/workflows/devl-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devl-pipeline.yml b/.github/workflows/devl-pipeline.yml index 02c5954..6832d90 100644 --- a/.github/workflows/devl-pipeline.yml +++ b/.github/workflows/devl-pipeline.yml @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code