mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 20:53:26 +02:00
Don't run deploy job when repository is not esphome/esphome (#1157)
This commit is contained in:
@@ -172,6 +172,7 @@ jobs:
|
||||
|
||||
deploy-docker:
|
||||
name: Build and publish docker containers
|
||||
if: github.repository == "esphome/esphome"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint-clang-format, lint-clang-tidy, lint-python, test, pytest]
|
||||
strategy:
|
||||
@@ -227,6 +228,7 @@ jobs:
|
||||
|
||||
|
||||
deploy-docker-manifest:
|
||||
if: github.repository == "esphome/esphome"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [deploy-docker]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user