experimenting with self-hosted action runners

This commit is contained in:
Amruth Pillai
2024-05-03 21:18:25 +02:00
parent 989e8dee5b
commit 32b8407b1a

View File

@ -15,7 +15,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
version: ${{ steps.version.outputs.version }}
@ -95,7 +95,7 @@ jobs:
retention-days: 1
merge:
runs-on: ubuntu-latest
runs-on: self-hosted
needs:
- build