mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-21 14:49:18 +08:00
Don't automatically update checksums file in forks
This commit is contained in:
parent
63ef2e3da9
commit
6721fc9fa7
2
.github/workflows/update-checksums-file.yml
vendored
2
.github/workflows/update-checksums-file.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user