Skip to content

Commit 1fcd6e4

Browse files
authored
Fix workflow to run on ubuntu-latest
1 parent 8c372ce commit 1fcd6e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-stable-titles.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ concurrency:
1414

1515
jobs:
1616
update-pr-title:
17-
runs-on: ubuntu-latest-low
17+
if: github.repository == 'nextcloud/server'
18+
runs-on: ubuntu-latest
1819
permissions:
1920
pull-requests: write
2021
contents: read

0 commit comments

Comments
 (0)