name releases that skipped tests "untested-"

This commit is contained in:
Axel Uhl
2024-06-13 15:42:32 +02:00
parent 81323129c3
commit 2d0ae3a6eb
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docker-17' || startsWith(github.ref, 'refs/heads/releases/') }}
shell: bash
run: |
./configuration/buildAndUpdateProduct.sh -u -L release
./configuration/buildAndUpdateProduct.sh -u -L ${{ github.event.inputs.skip_tests == 'true' && '-n untested' || '' }} release
- name: Determine release name
run: |
echo "SIMPLE_VERSION_INFO=$( basename dist/* )" >>${GITHUB_ENV}