We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eccf71 commit e99b019Copy full SHA for e99b019
.github/workflows/precompiled.yaml
@@ -15,9 +15,14 @@
15
# Run this workflow on a schedule
16
name: Precompiled images
17
18
+# on:
19
+# schedule:
20
+# - cron: '00 09 * * *'
21
+
22
on:
- schedule:
- - cron: '00 09 * * *'
23
+ push:
24
+ branches:
25
+ - addsupport-580
26
27
jobs:
28
set-driver-version-matrix:
@@ -296,6 +301,7 @@ jobs:
296
301
matrix:
297
302
kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.matrix_values) }}
298
303
exclude: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }}
304
+ parallel: 6
299
305
steps:
300
306
- name: Check out code
307
uses: actions/checkout@v5
0 commit comments