Spaces:
Running
Running
Merge pull request #324 from jhj0517/feature/add-intel-gpu-action
Browse files
.github/workflows/ci-shell.yml
CHANGED
|
@@ -6,9 +6,11 @@ on:
|
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- master
|
|
|
|
| 9 |
pull_request:
|
| 10 |
branches:
|
| 11 |
- master
|
|
|
|
| 12 |
|
| 13 |
jobs:
|
| 14 |
test-shell-script:
|
|
|
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- master
|
| 9 |
+
- intel-gpu
|
| 10 |
pull_request:
|
| 11 |
branches:
|
| 12 |
- master
|
| 13 |
+
- intel-gpu
|
| 14 |
|
| 15 |
jobs:
|
| 16 |
test-shell-script:
|
.github/workflows/ci.yml
CHANGED
|
@@ -6,9 +6,11 @@ on:
|
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- master
|
|
|
|
| 9 |
pull_request:
|
| 10 |
branches:
|
| 11 |
- master
|
|
|
|
| 12 |
|
| 13 |
jobs:
|
| 14 |
build:
|
|
|
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- master
|
| 9 |
+
- intel-gpu
|
| 10 |
pull_request:
|
| 11 |
branches:
|
| 12 |
- master
|
| 13 |
+
- intel-gpu
|
| 14 |
|
| 15 |
jobs:
|
| 16 |
build:
|