Skip to content

Commit

Permalink
attempt running on self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Oct 10, 2024
1 parent 91c2544 commit a091668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prom-fed-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
- name : Set up Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prom-fed-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ permissions:
jobs:
prebuild-env:
name: Prebuild needed Env vars
runs-on: ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
Expand All @@ -67,7 +67,7 @@ jobs:
needs: [
prebuild-env,
]
runs-on: ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
env:
TAG: ${{ needs.prebuild-env.outputs.branch_static_tag }}
strategy:
Expand Down

0 comments on commit a091668

Please sign in to comment.