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 a41d5e1 commit c0ddb6bCopy full SHA for c0ddb6b
.github/workflows/testing-vars.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- name: Debug output
41
env:
42
- LOCAL_DEBUG1: ${{ inputs.skip_tests == 'false' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
+ LOCAL_DEBUG1: ${{ github.ref_name == 'main' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
43
run: |
44
echo "Running on ARCH=$(uname -p)"
45
echo
0 commit comments