Skip to content

Commit c0ddb6b

Browse files
committed
test333
1 parent a41d5e1 commit c0ddb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: Debug output
4141
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 }}
42+
LOCAL_DEBUG1: ${{ github.ref_name == 'main' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
4343
run: |
4444
echo "Running on ARCH=$(uname -p)"
4545
echo

0 commit comments

Comments
 (0)