Skip to content

Commit 1cacac5

Browse files
Merge pull request #14268 from nextcloud/backport/14266/stable33
[stable33] ci(actions): Run summary actions on low runners
2 parents b36323b + 08403c4 commit 1cacac5

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)