From 9cab086567341842a7d7abf14b6badc2818d9b3e Mon Sep 17 00:00:00 2001 From: Chase Eller Date: Tue, 29 Aug 2023 20:05:03 -0400 Subject: [PATCH] workflow update to allow for windows runner --- .github/workflows/WebCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index ce3533e..d1f8eab 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -6,7 +6,7 @@ on: jobs: IMAGESTOR_CI: - runs-on: self-hosted + runs-on: [self-hosted, linux] steps: - name: Send Startup Notification to Discord uses: sarisia/actions-status-discord@v1.12.0