From 26e4d52a61a3ead2aa6a59f1dce7439aea81d75a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 6 Sep 2022 10:30:37 +0200 Subject: [PATCH] github actions update --- .github/workflows/release-candidate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 44e417ef3..6b92bb263 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -1,12 +1,11 @@ name: release-candidate -runs-on: self-hosted on: release: types: [prereleased] jobs: making-something-cool: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout uses: actions/checkout@v3