From 4901a6b183aa39c11dac838d24e47d12db884c71 Mon Sep 17 00:00:00 2001 From: PRATHAMESH BHAGAT <90595097+PrathameshBhagat@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:54:32 +0530 Subject: [PATCH] Merge pull request #2687 from PrathameshBhagat/main Making Github Actions file more readable --- .github/workflows/update-gradle-wrapper.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 2acb0c12c..0119318c2 100644 --- a/.github/workflows/update-gradle-wrapper.yml +++ b/.github/workflows/update-gradle-wrapper.yml @@ -5,19 +5,8 @@ on: - cron: "0 0 * * *" permissions: - actions: none - checks: none contents: write - deployments: none - discussions: none - id-token: none - issues: none - packages: none - pages: none pull-requests: write - repository-projects: none - security-events: none - statuses: none jobs: update-gradle-wrapper: