Skip to content

Commit b2298af

Browse files
committed
Switch release train runners back to SMS
Recent connectivity issues between Leafcloud and SMS have been impacting CI. This change centralises the nightly sync CI on Leafcloud
1 parent ad6777d commit b2298af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
sync-matrix-build:
1111
name: Build package matrix of package repo sync jobs
12-
runs-on: arc-release-train-runner-sms
12+
runs-on: arc-release-train-runner
1313
outputs:
1414
matrix: ${{ steps.matrix-build.outputs.matrix }}
1515
steps:

0 commit comments

Comments
 (0)