Skip to content

Commit fdab302

Browse files
committed
Allow to trigger compatibility test manually [skip ci]
1 parent 7971e91 commit fdab302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-compatibility:
9-
if: github.event.pull_request.head.repo.full_name == github.repository
9+
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)