This commit is contained in:
mkorwel
2025-09-26 10:38:21 -07:00
parent 40b88d8283
commit 2defdcff1e

View File

@@ -52,6 +52,10 @@ jobs:
working-directory: './release'
run: 'npm ci'
- name: 'Print Inputs'
run: |
echo "${{ toJSON(github.event.inputs) }}"
- name: 'Run Tests'
if: "${{github.event.inputs.force_skip_tests != 'true'}}"
uses: './.github/actions/run-tests'