Skip to content

Commit 3909567

Browse files
committed
Update trigger in .github/workflows/test-huggingface-dlcs.yml
1 parent 4212a58 commit 3909567

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/test-huggingface-dlcs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- tests/*
9-
- pytest.ini
10-
- .github/workflows/*.yml
117
pull_request:
8+
types:
9+
- synchronize
10+
- ready_for_review
1211
branches:
1312
- main
13+
paths:
14+
- tests/*
15+
- pytest.ini
16+
- .github/workflows/run-tests-action.yml
17+
- .github/workflows/test-huggingface-dlcs.yml
1418
workflow_dispatch:
1519

1620
concurrency:

0 commit comments

Comments
 (0)