1
0
This commit is contained in:
David Robertson
2022-03-11 14:38:37 +00:00
parent 951cad641e
commit 24367c207b

View File

@@ -118,7 +118,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-latest
steps:
- uses: actions/checkout@v2