Skip to content

Commit e99b019

Browse files
committed
Add R580 support for precompiled driver
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 6eccf71 commit e99b019

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/precompiled.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515
# Run this workflow on a schedule
1616
name: Precompiled images
1717

18+
# on:
19+
# schedule:
20+
# - cron: '00 09 * * *'
21+
1822
on:
19-
schedule:
20-
- cron: '00 09 * * *'
23+
push:
24+
branches:
25+
- addsupport-580
2126

2227
jobs:
2328
set-driver-version-matrix:
@@ -296,6 +301,7 @@ jobs:
296301
matrix:
297302
kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.matrix_values) }}
298303
exclude: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }}
304+
parallel: 6
299305
steps:
300306
- name: Check out code
301307
uses: actions/checkout@v5

0 commit comments

Comments
 (0)