Skip to content

Commit b0e67c4

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 7023bbd commit b0e67c4

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.2
1616
permissions:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
test:
3535
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
36-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
36+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
3737
strategy:
3838
fail-fast: false
3939
matrix:

0 commit comments

Comments
 (0)