Skip to content

Commit f2db879

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 493dba4 commit f2db879

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ on:
2121
- opened
2222
- synchronize
2323
branches:
24-
- main
25-
- release-*
24+
- ci-precompile-ubuntu24.04
2625
push:
2726
branches:
28-
- main
29-
- release-*
27+
- ci-precompile-ubuntu24.04
3028

3129
jobs:
3230
image:

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
types:
2626
- completed
2727
branches:
28-
- main
28+
- ci-precompile-ubuntu24.04
2929

3030
jobs:
3131
set-driver-version-matrix:

0 commit comments

Comments
 (0)