We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce212ca commit e671366Copy full SHA for e671366
.github/workflows/publish_release.yml
@@ -92,12 +92,12 @@ jobs:
92
} >> "$GITHUB_OUTPUT"
93
test:
94
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
95
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@windows-5.10
96
needs: create_release_commits
97
strategy:
98
fail-fast: false
99
matrix:
100
- release: [true, false]
+ release: [false]
101
with:
102
linux_pre_build_command: |
103
git config --global --add safe.directory "$(realpath .)"
0 commit comments