Skip to content

Commit

Permalink
Update sim.yaml jobs needs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubino authored Oct 29, 2024
1 parent f2341e8 commit 29f04e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
core.setOutput('SIM_TEST_AFTER_IMPORT', makeTargets.includes('test-sim-after-import'));
simulation-tests:
needs: changed-files
needs:
- matrix-conditionals
if: |
contains(github.event.pull_request.labels.*.name, 'SIM_TESTS') || needs.changed-files.outputs.modified_files
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -94,7 +95,8 @@ jobs:
make ${{ matrix.make-target }}
sim-ok:
needs: changed-files
needs:
- simulation-tests
if: |
contains(github.event.pull_request.labels.*.name, 'simulation_tests') || needs.changed-files.outputs.modified_files
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 29f04e8

Please sign in to comment.