Skip to content

Commit 51cba5a

Browse files
authored
1 parent f819c2f commit 51cba5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# See gradle file for difference between downloaders
3636
- name: Build and run Tests
3737
run: |
38-
if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
38+
if [[ "$GITHUB_EVENT_NAME" == 'schedule' ]]; then
3939
echo running with real downloader
4040
./gradlew check --stacktrace -Ddownloader=REAL
4141
else

0 commit comments

Comments
 (0)