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:
Stefan Agner 2023-07-21 12:03:56 +02:00 committed by GitHub
parent 8f3624382b
commit 1f7185c913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ jobs:
bump_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 ]
runs-on: [ "ubuntu-20.04" ]