Skip to content

Commit 0f6f738

Browse files
ci: build and test all platforms on pull_request
Drop the linux-x86_64-gnu-only narrowing on PR events so every push exercises the full build + clean-room test matrix across all targets. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 319c83f commit 0f6f738

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
include: ${{ steps.gen.outputs.include }}
103103
steps:
104104
- id: gen
105-
env:
106-
EVENT: ${{ github.event_name }}
107105
run: |
108106
MATRIX=$(jq -c . <<'JSON'
109107
{"include":[
@@ -117,9 +115,6 @@ jobs:
117115
]}
118116
JSON
119117
)
120-
if [ "${EVENT}" = "pull_request" ]; then
121-
MATRIX=$(printf '%s' "${MATRIX}" | jq -c '{include: [.include[] | select(.name == "linux-x86_64-gnu")]}')
122-
fi
123118
echo "include=${MATRIX}" >> "$GITHUB_OUTPUT"
124119
125120
build:

0 commit comments

Comments
 (0)