Skip to content

Commit 5157e78

Browse files
authored
Merge pull request #733 from nextcloud/backport/732/stable31
[stable31] fix: revert previous change
2 parents 2dc9452 + 1ca5111 commit 5157e78

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)