Don't automatically update checksums file in forks

This commit is contained in:
Marcono1234 2024-03-13 00:13:58 +01:00
parent 63ef2e3da9
commit 6721fc9fa7

View File

@ -10,6 +10,8 @@ on:
jobs:
update-checksums:
name: Update checksums
# Only run for Gradle repository, but not for forks
if: github.repository == 'gradle/wrapper-validation-action'
runs-on: ubuntu-latest
steps: