Skip to content

Commit

Permalink
Runner chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Nov 17, 2024
1 parent 341cd7f commit 3ab8061
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: proxmox-ubuntu
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: proxmox-ubuntu
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3ab8061

Please sign in to comment.