Merge branch 'main' into s7evink/refactoraccdb

This commit is contained in:
Neil Alexander 2022-03-24 12:05:44 +00:00 committed by GitHub
commit 9bd6751919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,6 @@ jobs:
# Dummy step to gate other tests on without repeating the whole list
initial-tests-done:
name: Initial tests passed
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
needs: [ lint, test, build, build_windows ]
runs-on: ubuntu-latest
steps: