Skip to content

Commit 23c5f4e

Browse files
kopporsubhramit
andcommitted
checklist-checked only for contributors
Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com>
1 parent 73fe94c commit 23c5f4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@ jobs:
480480

481481
checklist-checked:
482482
if: >
483-
github.event_name == 'pull_request' && !(
483+
(github.repository_owner != 'JabRef') &&
484+
(github.event_name == 'pull_request') && !(
484485
(github.actor == 'dependabot[bot]') ||
485486
(
486487
startsWith(github.event.pull_request.title, '[Bot] ') ||

0 commit comments

Comments
 (0)