From 29f04e8cac5b5eaf7141630027f320c4bbed20e0 Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 30 Oct 2024 00:50:57 +0900 Subject: [PATCH] Update sim.yaml jobs needs --- .github/workflows/sim.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sim.yaml b/.github/workflows/sim.yaml index ccd5752302..0585398d24 100644 --- a/.github/workflows/sim.yaml +++ b/.github/workflows/sim.yaml @@ -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 @@ -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