Skip to content

Commit 363d6c2

Browse files
committed
update
1 parent 88c271b commit 363d6c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/samples-dart-build-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
paths:
77
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
8-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
8+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
99
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
1010
- samples/openapi3/client/petstore/dart-dio/oneof/**
1111
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
@@ -14,7 +14,7 @@ on:
1414
pull_request:
1515
paths:
1616
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
17-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
17+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
1818
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
1919
- samples/openapi3/client/petstore/dart-dio/oneof/**
2020
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
@@ -30,7 +30,7 @@ jobs:
3030
sdk: ["3.9.0"]
3131
sample:
3232
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/
33-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
33+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
3434
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/
3535
- samples/openapi3/client/petstore/dart-dio/oneof/
3636
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/

0 commit comments

Comments
 (0)