Skip to content

Commit 7278516

Browse files
committed
format
1 parent 9a78b61 commit 7278516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "build-image=true" >> "$GITHUB_OUTPUT"
7272
7373
- name: Check arches for local build
74-
if: ! contains(inputs.architectures, 'ppc64le')
74+
if: ${{ ! contains(inputs.architectures, 'ppc64le') }}
7575
id: arch
7676
run: |
7777
echo "local-exclude=[{arch:ppc64le}]" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)