diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181ae6ea..d203f635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,3 +80,10 @@ jobs: with: name: example-build-${{ matrix.mappings }} path: _build/ + + # dummy job, just makes it easier to require all tests to pass before merging PRs + tests-passed: + needs: test + runs-on: ubuntu-latest + steps: + - run: echo "yay!"