Skip to content

Commit 77573ee

Browse files
committed
break-pacman-upload-lease: stop hard-coding the org name
The important part here is that we do not want this to be run from a fork, but instead from the primary repository. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e8d8d45 commit 77573ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/break-pacman-upload-lease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
break-lease:
8-
if: github.event.repository.owner.login == 'git-for-windows'
8+
if: github.event.repository.fork == false
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone build-extra

0 commit comments

Comments
 (0)