From 239bb348d103d9f792903505ab22e3bbf529decc Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:50:54 -0400 Subject: [PATCH] always run the long running tests -- including for PRs --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 460e20d073..912a438500 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,10 +7,6 @@ on: - "release/*" pull_request: workflow_dispatch: - inputs: - run-lr-tests: - description: 'Run long running tests' - type: boolean permissions: packages: read @@ -176,7 +172,7 @@ jobs: lr-tests: name: LR Tests needs: [d, Build] - if: always() && needs.Build.result == 'success' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || inputs.run-lr-tests) + if: always() && needs.Build.result == 'success' strategy: fail-fast: false matrix: