From c8117b6a490607cf6aabbdcb8701457211e60e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 6 Jan 2021 19:16:20 +0100 Subject: [PATCH] fixup! Remove dependency from update-windows-fixtures job --- .github/workflows/update-windows-fixtures.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-windows-fixtures.yml b/.github/workflows/update-windows-fixtures.yml index afc6852aad..db71c8ec98 100644 --- a/.github/workflows/update-windows-fixtures.yml +++ b/.github/workflows/update-windows-fixtures.yml @@ -10,8 +10,6 @@ on: jobs: update-windows-fixtures: runs-on: windows-latest - needs: validate-inputs - if: ${{ github.event.inputs.task == 'update-windows-fixtures' }} steps: - name: Get Pull Request branch uses: actions/github-script@v3