From 78feaf7ad31be9af1ffbad10394ea07bd87174f3 Mon Sep 17 00:00:00 2001 From: iranl Date: Thu, 18 Jul 2024 19:40:05 +0200 Subject: [PATCH] Only create nightlies on origin repo --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f619887..135736a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -10,6 +10,7 @@ permissions: jobs: build: name: Build ${{ matrix.board }} (${{ matrix.build }}) + if: github.repository == ‘technyon/nuki_hub’ runs-on: ubuntu-latest strategy: fail-fast: false @@ -124,4 +125,4 @@ jobs: skip_fetch: true skip_checkout: true disable_globbing: true - add_options: '-f' \ No newline at end of file + add_options: '-f'