diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4784af22c7..9d42706c6e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -97,3 +97,10 @@ jobs: # name: test-results # path: test-results/ # retention-days: 7 + + check: + needs: [build, test] + runs-on: ubuntu-latest + steps: + - name: NO-OP + run: echo "All checks passed."