From 16ce12a9dc102e335cc0dd3946d376a27280d0ab Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 6 Oct 2022 19:16:43 -0400 Subject: [PATCH] self hosted test? --- .github/workflows/build-shit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index fdbfe6d32..0ad0691e2 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -24,7 +24,7 @@ jobs: create-nightly-html5: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false'}} - runs-on: ubuntu-latest + runs-on: [self-hosted, ubuntu-latest] steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-haxeshit @@ -87,4 +87,4 @@ jobs: with: butler-key: ${{ secrets.BUTLER_API_KEY}} build-dir: export/debug/linux/bin - target: linux \ No newline at end of file + target: linux