aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Dunn <[email protected]>2022-04-04 13:09:41 -0700
committerDan Engelbrecht <[email protected]>2022-04-12 09:57:09 +0200
commitcf38dd785306793b8ee98dc96e708e8227a2289c (patch)
treefce920423f4d82afa00a9e00850aeecba536e21b /.github/workflows
parentTesting just windows self-hosted runner using on-prem test box (diff)
downloadzen-cf38dd785306793b8ee98dc96e708e8227a2289c.tar.xz
zen-cf38dd785306793b8ee98dc96e708e8227a2289c.zip
Testing some changes to test and runner labels.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/on_prem_windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/on_prem_windows.yml b/.github/workflows/on_prem_windows.yml
index 1aef1404b..8d2167fef 100644
--- a/.github/workflows/on_prem_windows.yml
+++ b/.github/workflows/on_prem_windows.yml
@@ -10,7 +10,7 @@ on:
jobs:
windows-build:
name: Build Windows
- runs-on: self-hosted
+ runs-on: [self-hosted, windows, x86]
strategy:
matrix:
config:
@@ -77,7 +77,6 @@ jobs:
matrix:
config:
- 'debug'
- - 'release'
arch:
- 'x64'
test: