fix(ci): fix runs-on indentation in release-build.yml
This commit is contained in:
parent
b47a611d52
commit
d783c1ca37
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -23,7 +23,7 @@ env:
|
||||
jobs:
|
||||
build-and-test:
|
||||
name: Build and Test (Linux x86_64)
|
||||
runs-on: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404]
|
||||
runs-on: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404]
|
||||
timeout-minutes: 120
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user