Skip to content

Commit

Permalink
ci: update github org name to qualcomm-linux
Browse files Browse the repository at this point in the history
Org was renamed from quic-yocto to qualcomm-linux.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Dec 18, 2024
1 parent e485b11 commit f89f132
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f89f132

Please sign in to comment.