CI script fix

This commit is contained in:
Blaise Tine 2024-07-28 12:36:45 -07:00
parent fcf9c13d5f
commit 7cc6df7e7c

View file

@ -166,10 +166,10 @@ jobs:
./ci/regression.sh --${{ matrix.name }}
fi
complete:
complete:
runs-on: ubuntu-20.04
needs: tests
steps:
- name: Final check
- name: Check Completion
run: echo "All matrix jobs passed"