Skip to content

Commit

Permalink
updt workflow order to ensure self-hosted runner starts in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Feb 20, 2024
1 parent 7e8fd4c commit e03cbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: python

build:
needs: [create_pybamm_matrix]
needs: [create_pybamm_matrix, filter_pybamm_matrix] # Ensure that both matrices are created before running the build job
name: Build (${{ matrix.os }}, Python ${{ matrix.python_version }}, PyBaMM ${{ matrix.pybamm_version }})
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit e03cbb5

Please sign in to comment.