Skip to content

Commit 39cac23

Browse files
committed
break-pacman-upload-lease: do not skip it
Apparently we do not get the correct `github.event.repository.owner.login` when dispatching a workflow run... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 67701cd commit 39cac23

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
@@ -6,7 +6,7 @@ on:
66

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

0 commit comments

Comments
 (0)