From 6bab5e185f160f71fa0c72180cee22a5f34ac3b9 Mon Sep 17 00:00:00 2001 From: mm Date: Wed, 30 Oct 2024 15:03:22 +0500 Subject: [PATCH] dev --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index f7bc718..83ccbc8 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -6,7 +6,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code uses: actions/checkout@v2