From 19dbdbde97ee703f9cea02dfb14d2844cded1c5f Mon Sep 17 00:00:00 2001 From: Neil Dwyer Date: Tue, 19 Mar 2024 14:52:05 -0700 Subject: [PATCH] remove condition --- .github/workflows/check-types.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index c0d928a8..d9e34e44 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -11,7 +11,6 @@ on: jobs: type-check: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v3