Skip to content

Commit

Permalink
[WiP] Test on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 20, 2024
1 parent 4916edb commit 58bd88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
issues: write
pull-requests: write
if: >-
(github.repository == 'libvips/libvips') &&
(github.repository == 'kleisauke/libvips') &&
!startswith(github.event.comment.body, '<!--IGNORE-->') &&
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
steps:
- name: Fetch sources
uses: actions/checkout@v4
with:
repository: libvips/libvips
repository: kleisauke/libvips
# GitHub stores the token used for checkout and uses it for pushes
# too, but we want to use a different token for pushing, so we need
# to disable persist-credentials here.
Expand Down

0 comments on commit 58bd88d

Please sign in to comment.