summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-15 21:22:43 +0200
committerKarl Williamson <khw@cpan.org>2022-10-12 16:49:07 -0600
commit551e46d41a51c95a16b1929ef33b783048c9a1c4 (patch)
tree054e34da54258107fc29fc935d10c9e6048707f5 /.github
parentf08b7a33d99b9b204260e108bc1789c5392aff36 (diff)
downloadperl-551e46d41a51c95a16b1929ef33b783048c9a1c4.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 1 insertions, 1 deletions
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...