Skip to content

Commit f781795

Browse files
committed
Allow jobs to run in parallel
The `generate-versions` and `sanity-check` jobs do not appear to have any dependency between them, so they should be safe to run in parallel.
1 parent 08ba445 commit f781795

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
matrix: ${{ steps.setup-matrix.outputs.matrix }}
3535

3636
sanity_check:
37-
needs: generate_versions
38-
3937
runs-on: ubuntu-latest
4038

4139
steps:

0 commit comments

Comments
 (0)