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 f3d089b commit 7e1c5d9Copy full SHA for 7e1c5d9
.github/workflows/linux-build-and-test.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- id: set-matrix
32
run: |
33
- if [[ "${{ github.ref }}" == "refs/heads/develop" ]]; then
+ if [[ "${{ github.base_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