Skip to content

Commit 520a120

Browse files
committed
ci: add pre-pull workflow to merge meta-qcom commit id
Use pre-pull.yml workflow to get the build passed commits id from meta-qcom. Merge the commits id to qcom-robotics-distro.yml for kas build. Signed-off-by: Teng Fan <tengf@qti.qualcomm.com>
1 parent 5a9abf2 commit 520a120

File tree

5 files changed

+762
-136
lines changed

5 files changed

+762
-136
lines changed

.github/actions/compile/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ outputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/download-artifact@v6
28-
with:
29-
name: kas-lock
30-
path: ci/
27+
# - uses: actions/download-artifact@v6
28+
# with:
29+
# name: kas-lock
30+
# path: ci/
3131

3232
- name: Setup build variables and sstate-cache
3333
shell: bash

0 commit comments

Comments
 (0)