From 10297e52bd501e4baf2ce7524187b85f0fb5d772 Mon Sep 17 00:00:00 2001 From: Sotirios Mantziaris Date: Sun, 17 Nov 2024 11:39:39 +0200 Subject: [PATCH] Actions run on Default group --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a56c993e..a4299163c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,8 @@ on: jobs: lint: name: Lint and fmt check - runs-on: self-hosted + runs-on: + group: Default steps: - name: Check out source code uses: actions/checkout@v4 @@ -23,7 +24,8 @@ jobs: build: name: CI on Go - runs-on: self-hosted + runs-on: + group: Default steps: - name: Check out source code uses: actions/checkout@v4