We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5748c commit 29d522eCopy full SHA for 29d522e
.github/workflows/build-test.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Set whether to run tests
32
id: set-should-run-tests
33
run: |
34
+ echo "$INPUTS_SKIP_TESTS"
35
if [[ "$GITHUB_EVENT_NAME" != "workflow_call" ]]; then
36
echo "result=true" >> "$GITHUB_OUTPUT"
37
elif [[ "$INPUTS_SKIP_TESTS" == "false" ]]; then
0 commit comments