Skip to content

Commit 7e1c5d9

Browse files
committed
Use github.base_ref
1 parent f3d089b commit 7e1c5d9

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 [[ "${{ github.ref }}" == "refs/heads/develop" ]]; then
33+
if [[ "${{ github.base_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)