mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
[ci] Only run samples when they actually changed (#9636)
* [ci] Only run samples when they actually changed * in pull requests only run the samples that matter * if a sample is outdated it will still fail in the build pipeline * Test Kotlin sample changes * Revert Kotlin sample change
This commit is contained in:
parent
32c1e925dc
commit
46bf3e8e46
2
.github/workflows/samples-dart.yaml
vendored
2
.github/workflows/samples-dart.yaml
vendored
@ -9,6 +9,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- '[5-9]+.[0-9]+.x'
|
||||
paths:
|
||||
- 'samples/openapi3/client/petstore/dart*/**'
|
||||
|
||||
jobs:
|
||||
tests-dart-2-10:
|
||||
|
2
.github/workflows/samples-kotlin.yaml
vendored
2
.github/workflows/samples-kotlin.yaml
vendored
@ -9,6 +9,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- '[5-9]+.[0-9]+.x'
|
||||
paths:
|
||||
- 'samples/client/petstore/kotlin*/**'
|
||||
|
||||
env:
|
||||
GRADLE_VERSION: 6.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user