We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f819c2f + 51cba5a commit d61dc27Copy full SHA for d61dc27
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
# See gradle file for difference between downloaders
36
- name: Build and run Tests
37
run: |
38
- if [[ $GITHUB_EVENT_NAME == 'schedule' ]]; then
+ if [[ "$GITHUB_EVENT_NAME" == 'schedule' ]]; then
39
echo running with real downloader
40
./gradlew check --stacktrace -Ddownloader=REAL
41
else
0 commit comments