Skip to content

Commit 4ceeaec

Browse files
Merge pull request #317 from github/solmaz/use-xl-runners
[PERF] Point to xl group for restore
2 parents bf329c6 + bed4965 commit 4ceeaec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/restore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767

6868
restore:
6969
needs: build
70-
runs-on: ubuntu-latest
70+
runs-on:
71+
group: larger-hosted-public-runners
72+
labels: ubuntu-latest-xl
7173
env:
7274
SSH_KEY: ${{ secrets.BACKUP_SSH_KEY }}
7375
steps:

0 commit comments

Comments
 (0)