Skip to content

Commit 7020f04

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

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ on:
2121
- opened
2222
- synchronize
2323
branches:
24-
- ci-precompile-ubuntu24.04
24+
- main-no
2525
push:
2626
branches:
27-
- ci-precompile-ubuntu24.04
27+
- main-no
2828

2929
jobs:
3030
image:

.github/workflows/precompiled.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ name: Precompiled images
2020
# - cron: '00 09 * * *' # scheduled job
2121

2222
on:
23-
workflow_run:
24-
workflows: [image]
23+
pull_request:
2524
types:
26-
- completed
25+
- opened
26+
- synchronize
27+
branches:
28+
- ci-precompile-ubuntu24.04
29+
push:
2730
branches:
2831
- ci-precompile-ubuntu24.04
2932

0 commit comments

Comments
 (0)