mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix issue with quotes (#50571)
This commit is contained in:
parent
7224012016
commit
e991b61c12
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
download:
|
download:
|
||||||
name: Download
|
name: Download
|
||||||
needs: upload
|
needs: upload
|
||||||
if: github.event_name == 'schedule' || github.event_name == "workflow_dispatch"
|
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user