Skip to content

Commit c514aea

Browse files
committed
ubuntu24.04 precompile image support
Signed-off-by: shiva kumar <[email protected]>
1 parent 9260c8f commit c514aea

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ on:
2121
- opened
2222
- synchronize
2323
branches:
24-
- main
25-
- release-*
24+
- maini-no
25+
# - release-*
2626
push:
2727
branches:
28-
- main
29-
- release-*
28+
- main-no
29+
# - release-*
3030

3131
jobs:
3232
image:

.github/workflows/precompiled.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ jobs:
162162
strategy:
163163
matrix:
164164
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
165-
ispr:
166-
- ${{github.event_name == 'pull_request'}}
167165
needs:
168166
- precompiled-build-image
169167
- set-driver-version-matrix
@@ -361,8 +359,6 @@ jobs:
361359
driver_branch: ${{ fromJson(needs.set-driver-version-matrix.outputs.driver_branch) }}
362360
kernel_version: ${{ fromJson(needs.determine-e2e-test-matrix.outputs.matrix_values) }}
363361
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
364-
ispr:
365-
- ${{github.event_name == 'pull_request'}}
366362
exclude:
367363
- dist: ubuntu24.04
368364
driver_branch: 535

0 commit comments

Comments
 (0)