Skip to content

Commit 08403c4

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
ci(actions): Run summary actions on low runners
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent b36323b commit 08403c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-occ-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
check-occ-command:
1313
name: Check occ command syntax
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-latest-low
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
with:

.github/workflows/sphinxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258

259259
summary:
260260
needs: build
261-
runs-on: ubuntu-latest
261+
runs-on: ubuntu-latest-low
262262
if: always()
263263

264264
permissions:

0 commit comments

Comments
 (0)