mirror of
https://github.com/home-assistant/iOS.git
synced 2026-06-19 07:24:05 -05:00
Fix deploy YAML (#2032)
For some reason this isn't parsing correctly without the string quotes. Also fixes the logic anyway.
This commit is contained in:
2
.github/workflows/push_deploy.yml
vendored
2
.github/workflows/push_deploy.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- 'Sources/PushServer/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
group: '${{ github.workflow }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user