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 df4b80c commit da4100eCopy full SHA for da4100e
.github/workflows/linux-build-and-test.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- id: set-matrix
32
run: |
33
- if [[ ${{ contains(github.base_ref, 'develop') || contains(github.ref, 'develop') }}" ]]; then
+ if [[ ${{ contains(github.base_ref, 'develop') || contains(github.ref, 'develop') }} ]]; then
34
echo "arm64-matrix=[{\"architecture\":\"arm64\",\"node-version\":\"22.X\",\"ubuntu-version\":\"24.04-arm\"}]" >> $GITHUB_OUTPUT
35
else
36
echo "arm64-matrix=[]" >> $GITHUB_OUTPUT
0 commit comments