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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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