From 446e7a27f5016ae99a3fd9b4c871c7b38297f91a Mon Sep 17 00:00:00 2001 From: maxUo <20925019+maxUo@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:11:38 +0300 Subject: [PATCH] Revert "Update release.yml" This reverts commit 0234300f4db73a156838cce07cb138613d50ff74. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 110c2e6..fb86903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: # Wait for up to a minute for previous run to complete, abort if not done by then pre-run: - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 15 steps: - name: 'Block Concurrent Executions' @@ -20,7 +20,7 @@ jobs: create_release: name: Create Release - runs-on: self-hosted + runs-on: ubuntu-latest needs: pre-run steps: - uses: actions/checkout@v1