Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
5864a33
1
Parent(s): 8575a2d
Add branch
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:
|