Skip to content

Commit aff9be8

Browse files
authored
Disable pull request trigger of core repo tests
Signed-off-by: Hannes Pohnke <152732225+hpfref@users.noreply.github.com>
1 parent dbabed3 commit aff9be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name: "PR"
1616

1717
on:
1818
# Trigger the workflow on pull request
19-
pull_request:
20-
branches: [main, develop]
21-
types: [opened, synchronize, reopened]
19+
#pull_request:
20+
# branches: [main, develop]
21+
# types: [opened, synchronize, reopened]
2222

2323
jobs:
2424
job_run_unit_tests:

0 commit comments

Comments
 (0)