From e8b4618397d89b3f54f056a1d678df15c6ee53b6 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 2 Oct 2024 12:21:26 -0400 Subject: [PATCH] Test `ci-snapshot.yml` without Gradle cache --- .github/workflows/ci-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index d7efae03..ba43d17b 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -48,6 +48,6 @@ jobs: timeout-minutes: 30 uses: ./spring-github-workflows/.github/actions/spring-artifactory-gradle-build with: - gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }} + gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '--rerun-tasks' }} artifactoryUsername: ${{ secrets.ARTIFACTORY_USERNAME }} artifactoryPassword: ${{ secrets.ARTIFACTORY_PASSWORD }}