Skip to content

Commit a5ab14f

Browse files
authored
Merge pull request #734 from nextcloud/backport/732/stable32
[stable32] fix: revert previous change
2 parents 908b994 + 2fa2ecd commit a5ab14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
# Only allowed to be run on nextcloud-releases repositories
23-
# if: ${{ github.repository_owner == 'nextcloud-releases' }}
23+
if: ${{ github.repository_owner == 'nextcloud-releases' }}
2424

2525
steps:
2626
- name: Check actor permission

0 commit comments

Comments
 (0)