Skip to content

Commit 58125eb

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

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
@@ -17,12 +17,12 @@ concurrency:
1717
jobs:
1818
tests:
1919
name: Test
20-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
20+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
2121
with:
2222
enable_cross_pr_testing: true
2323
soundness:
2424
name: Soundness
25-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
25+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
2626
with:
2727
license_header_check_project_name: "Swift.org"
2828
api_breakage_check_allowlist_path: "api-breakages.txt"

0 commit comments

Comments
 (0)