From 0929db52c3aa370791f3252f164b2f2ab8e846d5 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Mon, 15 Feb 2021 10:39:14 +0100 Subject: [PATCH] Use self-hosted workers --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd8db2e..b535dfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: image: - runs-on: ubuntu-20.04 + runs-on: [self-hosted, organisation] timeout-minutes: 90 strategy: fail-fast: false @@ -61,4 +61,4 @@ jobs: if: success() && github.ref == 'refs/heads/master' - name: Deploy images run: node ./generate.js -f "$FAMILY" -p - if: success() && github.ref == 'refs/heads/master' \ No newline at end of file + if: success() && github.ref == 'refs/heads/master'