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