From f89f1329c5c35d3efc5f93379db5f4c8fc58c5aa Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 18 Dec 2024 14:10:56 -0300 Subject: [PATCH] ci: update github org name to qualcomm-linux Org was renamed from quic-yocto to qualcomm-linux. Signed-off-by: Ricardo Salveti --- .github/workflows/build-yocto.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-yocto.yml b/.github/workflows/build-yocto.yml index 2e8b2cf1..eff2e50b 100644 --- a/.github/workflows/build-yocto.yml +++ b/.github/workflows/build-yocto.yml @@ -13,7 +13,7 @@ env: jobs: kas-lock: - if: github.repository == 'quic-yocto/meta-qcom-hwe' + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' runs-on: [self-hosted, x86] steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: yocto-check-layer: needs: kas-lock - if: github.repository == 'quic-yocto/meta-qcom-hwe' + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' runs-on: [self-hosted, x86] steps: - uses: actions/checkout@v4 @@ -49,7 +49,7 @@ jobs: yocto-patchreview: needs: kas-lock - if: github.repository == 'quic-yocto/meta-qcom-hwe' + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' runs-on: [self-hosted, x86] steps: - uses: actions/checkout@v4 @@ -67,7 +67,7 @@ jobs: compile: needs: kas-lock - if: github.repository == 'quic-yocto/meta-qcom-hwe' + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' strategy: fail-fast: true matrix: @@ -131,7 +131,7 @@ jobs: echo Image available at: ${url} boot-test: needs: compile - if: github.repository == 'quic-yocto/meta-qcom-hwe' && contains(fromJSON('["push", "schedule"]'), github.event_name) + if: github.repository == 'qualcomm-linux/meta-qcom-hwe' && contains(fromJSON('["push", "schedule"]'), github.event_name) strategy: fail-fast: true matrix: