Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sim-import-export' into sim-impo…
Browse files Browse the repository at this point in the history
…rt-export
  • Loading branch information
kingpinXD committed Oct 29, 2024
2 parents 2fdb90b + 29f04e8 commit 19c27fa
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, 'simulation_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 19c27fa

Please sign in to comment.