Skip to content

Commit 208b1e4

Browse files
committed
Update pull request workflow to use the tagged github-workflows
Now that workflows is more stable, use the most recent tag instead of main to avoid changes to default jobs preventing merging.
1 parent df0831a commit 208b1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ concurrency:
1616
jobs:
1717
tests:
1818
name: Test
19-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
2020
with:
2121
enable_wasm_sdk_build: true
2222
soundness:
2323
name: Soundness
24-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
24+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
2525
with:
2626
api_breakage_check_enabled: false # https://github.com/swiftlang/swift-syntax/issues/3010
2727
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"

0 commit comments

Comments
 (0)