We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6d98b commit 5aab366Copy full SHA for 5aab366
1 file changed
.github/workflows/pull_request.yml
@@ -48,7 +48,7 @@ jobs:
48
tests:
49
name: ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
50
needs: package
51
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@use-python-x64
52
with:
53
needs_token: true
54
# Linux
0 commit comments