diff --git a/.github/workflows/ansible_update_server.yml b/.github/workflows/ansible_update_server.yml index c64f2fa9f..f45ce9476 100644 --- a/.github/workflows/ansible_update_server.yml +++ b/.github/workflows/ansible_update_server.yml @@ -26,12 +26,7 @@ jobs: uses: gradle/actions/setup-gradle@v3 - name: 🐘 Gradle Build - uses: burrunan/gradle-cache-action@v1 - env: - CI: true - with: - concurrent: true - arguments: :ansible:build + run: CI=true ./gradlew :ansible:build - name: Inject secrets run: 'echo "$SECRETS_YML" > variables/secrets.yml'