We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c372ce commit 1fcd6e4Copy full SHA for 1fcd6e4
1 file changed
.github/workflows/update-stable-titles.yml
@@ -14,7 +14,8 @@ concurrency:
14
15
jobs:
16
update-pr-title:
17
- runs-on: ubuntu-latest-low
+ if: github.repository == 'nextcloud/server'
18
+ runs-on: ubuntu-latest
19
permissions:
20
pull-requests: write
21
contents: read
0 commit comments