Skip to content

Commit da4100e

Browse files
committed
Fix syntax error in yaml
1 parent df4b80c commit da4100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- id: set-matrix
3232
run: |
33-
if [[ ${{ contains(github.base_ref, 'develop') || contains(github.ref, 'develop') }}" ]]; then
33+
if [[ ${{ contains(github.base_ref, 'develop') || contains(github.ref, 'develop') }} ]]; then
3434
echo "arm64-matrix=[{\"architecture\":\"arm64\",\"node-version\":\"22.X\",\"ubuntu-version\":\"24.04-arm\"}]" >> $GITHUB_OUTPUT
3535
else
3636
echo "arm64-matrix=[]" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)