Skip to content

Commit bb28aa8

Browse files
authored
Fix scope of 'determine issue number' job (#13627)
1 parent 17d4492 commit bb28aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-pr-opened-updated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: >
1313
(github.repository == 'JabRef/jabref') &&
14+
(github.event.pull_request.head.repo.full_name != 'JabRef/jabref') &&
1415
!(
1516
(github.actor == 'dependabot[bot]') ||
1617
(

0 commit comments

Comments
 (0)