Skip to content

Commit 0b41fc2

Browse files
committed
Use the tagged workflows for all workflows, not just PR testing
`main` has been broken for a while and we run the same testing in the publish job as PR testing, so we haven't been able to release a nightly. Just use the tagged github-workflows for all.
1 parent b184433 commit 0b41fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
create_merge_pr:
1212
name: Create PR to merge main into release branch
13-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414
with:
1515
base_branch: release/6.3
1616
permissions:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
} >> "$GITHUB_OUTPUT"
9696
test:
9797
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
98-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
98+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
9999
needs: create_release_commits
100100
strategy:
101101
fail-fast: false

0 commit comments

Comments
 (0)