From c1e2c53b95daf192c2719b866defa86d145f8bca Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Tue, 20 Oct 2020 11:56:08 +0100 Subject: [PATCH] Remove `push` trigger now that I've tested it works --- .github/workflows/build-runner.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-runner.yml b/.github/workflows/build-runner.yml index 216fe179b..22a4679da 100644 --- a/.github/workflows/build-runner.yml +++ b/.github/workflows/build-runner.yml @@ -1,7 +1,6 @@ name: Build runner on: - push: workflow_dispatch: inputs: bundle-tag: @@ -12,7 +11,7 @@ jobs: build-runner: runs-on: ubuntu-latest env: - RELEASE_TAG: test-build-runner # "${{ github.event.inputs.bundle-tag }}" + RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}" strategy: matrix: