mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Allow dev builds in forks (#2651)
Do not try to bump Home Assistant OS dev channel version in forks. This allows to use the dev pipeline in forks.
This commit is contained in:
parent
8f3624382b
commit
1f7185c913
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
|||||||
|
|
||||||
bump_version:
|
bump_version:
|
||||||
name: Bump dev channel version
|
name: Bump dev channel version
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.repository == 'home-assistant/operating-system' }}
|
||||||
needs: [ build, prepare ]
|
needs: [ build, prepare ]
|
||||||
runs-on: [ "ubuntu-20.04" ]
|
runs-on: [ "ubuntu-20.04" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user