From 551e46d41a51c95a16b1929ef33b783048c9a1c4 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 15 Sep 2022 21:22:43 +0200 Subject: Also run 'dist-modules' when porting test fails This to make it similar to all other jobs: when (only) the porting test fails then all other jobs should still run. --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index a175f92919..2401fcdb05 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -678,7 +678,7 @@ jobs: name: dist-modules needs: sanity_check runs-on: ubuntu-latest - if: needs.sanity_check.outputs.run_all_jobs == 'true' + if: always() && needs.sanity_check.outputs.run_all_jobs == 'true' env: # some plugins still needs this to run their tests... -- cgit v1.2.1