fix(shadow jobs): don't run an additional jobset for latest Gradle version
I always keep the wrapper in sync with Gradle releases so the additional matrix dimension doesn't add much value. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
210d46a58a
commit
b707eed4d3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/shadow_job.yml
vendored
1
.github/workflows/shadow_job.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
- 8.0.0-beta03
|
||||
- 8.1.0-alpha07
|
||||
gradle-version:
|
||||
- current
|
||||
- wrapper
|
||||
- release-nightly
|
||||
- nightly
|
||||
|
|
Loading…
Reference in a new issue