Skip to content

Commit 2c387c1

Browse files
authored
Merge pull request #47 from numtide/faster-pull-request-builds
speed up pull request build by only building amd64
2 parents 3768f04 + 945f697 commit 2c387c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ permissions:
1313

1414
jobs:
1515
run:
16-
uses: ./.github/workflows/build-and-release.yaml
16+
uses: ./.github/workflows/build-and-release.yaml
17+
with:
18+
architectures: '["amd64"]'

0 commit comments

Comments
 (0)