[ci] Restrict GPU tests to actual code commits
This commit is contained in:
4
.github/workflows/self-push.yml
vendored
4
.github/workflows/self-push.yml
vendored
@@ -4,6 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- "src/**"
|
||||||
|
- "tests/**"
|
||||||
|
- ".github/**"
|
||||||
# pull_request:
|
# pull_request:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user