Skip to content

Commit 5aab366

Browse files
temporarily point at my fork for testing
1 parent ee6d98b commit 5aab366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tests:
4949
name: ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
5050
needs: package
51-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
51+
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@use-python-x64
5252
with:
5353
needs_token: true
5454
# Linux

0 commit comments

Comments
 (0)