ci: Use exit

This commit is contained in:
Edmund Miller 2021-03-25 12:01:46 -05:00
parent d83ab84dc2
commit 917ff60870
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -25,8 +25,8 @@ jobs:
echo "::set-output name=magic_number::$output"
# 256 max jobs / 2 nxf versions / 3 profiles
- name: Fail if number of modules to be tested is greater than 42
uses: cutenode/action-always-fail@v1.0.1
if: steps.yq_modules.outputs.magic_number <= 42
run: exit 1