Fix tests workflow

This commit is contained in:
Brendan Abolivier 2022-09-02 16:09:32 +01:00
parent 4ab2ed283c
commit c34960fb10
No known key found for this signature in database
GPG key ID: CB2B33F7C23D44C6

View file

@ -65,13 +65,13 @@ jobs:
# extras: "all"
# - run: poetry run scripts-dev/check_pydantic_models.py
#
# # Dummy step to gate other tests on without repeating the whole list
# linting-done:
# if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
# Dummy step to gate other tests on without repeating the whole list
linting-done:
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
# needs: [lint, lint-crlf, lint-newsfile, lint-pydantic, check-sampleconfig, check-schema-delta]
# runs-on: ubuntu-latest
# steps:
# - run: "true"
runs-on: ubuntu-latest
steps:
- run: "true"
trial:
if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail