Skip to content

Commit 59885cc

Browse files
committed
Only enable FreeBSD private runner on demand
1 parent 6ef8193 commit 59885cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ jobs:
413413
./out/*
414414
415415
build-freebsd-x86_64:
416+
if: ${{ vars.ENABLE_PRIVATE_RUNNERS == 1 }}
416417
name: Build FreeBSD x86_64
417418
runs-on: [self-hosted, FreeBSD, X64]
418419
env:
@@ -784,6 +785,7 @@ jobs:
784785
shell: pwsh
785786

786787
test-freebsd-x86_64:
788+
if: ${{ vars.ENABLE_PRIVATE_RUNNERS == 1 }}
787789
name: Test FreeBSD x86_64
788790
runs-on: [self-hosted, FreeBSD, X64]
789791
needs: ["build-freebsd-x86_64"]

0 commit comments

Comments
 (0)