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:
Zac West
2021-12-26 14:25:07 -08:00
committed by GitHub
parent 2c3138a936
commit 5af2b38d29

View File

@@ -9,7 +9,7 @@ on:
- 'Sources/PushServer/**'
concurrency:
group: ${{ github.head_ref }}
group: '${{ github.workflow }}'
cancel-in-progress: true
env: