mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
[ci] Restrict GPU tests to actual code commits
This commit is contained in:
parent
ba6f6e44a8
commit
56e8ef632f
4
.github/workflows/self-push.yml
vendored
4
.github/workflows/self-push.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- ".github/**"
|
||||
# pull_request:
|
||||
repository_dispatch:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user