Fix issue with quotes (#50571)

This commit is contained in:
Joakim Sørensen
2021-05-13 16:20:01 +02:00
committed by GitHub
parent 7224012016
commit e991b61c12

View File

@@ -35,7 +35,7 @@ jobs:
download:
name: Download
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
steps:
- name: Checkout the repository