From b8e7e7f00dd38cf62df3526f45b3f46914a58422 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 6 Sep 2022 14:33:02 +0100 Subject: [PATCH] Run olddeps immediately --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16fb4b43e2bd..9b43250cc807 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -134,7 +134,7 @@ jobs: trial-olddeps: # Note: sqlite only; no postgres if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail - needs: linting-done + # needs: linting-done runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2