Skip to content

Commit

Permalink
ci: Only do cron job on main repository
Browse files Browse the repository at this point in the history
I noticed my doanac/meta-qcom-hwe fork was trying to run this cron job
every night but fails because there is no runner for it.

Signed-off-by: Andy Doan <andy@foundries.io>
  • Loading branch information
doanac committed Oct 16, 2024
1 parent 84fd9b0 commit 66cf78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
compile:
if: github.repository == 'quic-yocto/meta-qcom-hwe'
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 66cf78b

Please sign in to comment.