From ba360bc3cf57043e358fad296522055d4eba1385 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:11:31 +0100 Subject: [PATCH] Fix doc update on release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry for the noise, there were some errors in #1197 which github did not show until after I merged 😞 --- .github/workflows/guide.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/guide.yml b/.github/workflows/guide.yml index 570c285ffbb..83a441baa72 100644 --- a/.github/workflows/guide.yml +++ b/.github/workflows/guide.yml @@ -49,7 +49,8 @@ jobs: release: needs: deploy - if: ${{ env.GITHUB_EVENT_NAME == 'release' }} + runs-on: ubuntu-latest + if: ${{ github.event_name == 'release' }} steps: - name: Create latest tag redirect env: