Only create nightlies on origin repo

This commit is contained in:
iranl
2024-07-18 19:40:05 +02:00
committed by GitHub
parent f4038f0429
commit 78feaf7ad3

View File

@@ -10,6 +10,7 @@ permissions:
jobs: jobs:
build: build:
name: Build ${{ matrix.board }} (${{ matrix.build }}) name: Build ${{ matrix.board }} (${{ matrix.build }})
if: github.repository == technyon/nuki_hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
@@ -124,4 +125,4 @@ jobs:
skip_fetch: true skip_fetch: true
skip_checkout: true skip_checkout: true
disable_globbing: true disable_globbing: true
add_options: '-f' add_options: '-f'