Skip to content

Commit

Permalink
CI script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Jul 28, 2024
1 parent fcf9c13 commit 7cc6df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7cc6df7

Please sign in to comment.