Skip to content

Commit

Permalink
Actions run on Default group
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Nov 17, 2024
1 parent 99aced5 commit 10297e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 10297e5

Please sign in to comment.