diff --git a/.github/workflows/3.0.x-batch-batch.yml b/.github/workflows/3.0.x-batch-batch.yml index 0a12e8fc..aefe13ea 100644 --- a/.github/workflows/3.0.x-batch-batch.yml +++ b/.github/workflows/3.0.x-batch-batch.yml @@ -2,6 +2,7 @@ name: 3.0.x | Batch Smoke Tests | Batch on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: batch_app_test: name: Batch App Test diff --git a/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml index f54c434b..19a61926 100644 --- a/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: name: Actuator Webflux Mgmt Port App Test diff --git a/.github/workflows/3.0.x-boot-actuator-webflux.yml b/.github/workflows/3.0.x-boot-actuator-webflux.yml index b92f077f..7ad12149 100644 --- a/.github/workflows/3.0.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.0.x-boot-actuator-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Actuator Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: actuator_webflux_app_test: name: Actuator Webflux App Test diff --git a/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml index da7d259f..c9557102 100644 --- a/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: name: Actuator Webmvc Mgmt Port App Test diff --git a/.github/workflows/3.0.x-boot-actuator-webmvc.yml b/.github/workflows/3.0.x-boot-actuator-webmvc.yml index 1676f935..b7b7c01b 100644 --- a/.github/workflows/3.0.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.0.x-boot-actuator-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_app_test: name: Actuator Webmvc App Test diff --git a/.github/workflows/3.0.x-boot-boot-tcf.yml b/.github/workflows/3.0.x-boot-boot-tcf.yml index c4404cdf..187b2ecd 100644 --- a/.github/workflows/3.0.x-boot-boot-tcf.yml +++ b/.github/workflows/3.0.x-boot-boot-tcf.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Boot Tcf on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: boot_tcf_test: name: Boot Tcf Test diff --git a/.github/workflows/3.0.x-boot-command-line-runner.yml b/.github/workflows/3.0.x-boot-command-line-runner.yml index 9ed19919..8bd9c5d4 100644 --- a/.github/workflows/3.0.x-boot-command-line-runner.yml +++ b/.github/workflows/3.0.x-boot-command-line-runner.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Command Line Runner on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: command_line_runner_app_test: name: Command Line Runner App Test diff --git a/.github/workflows/3.0.x-boot-conditional.yml b/.github/workflows/3.0.x-boot-conditional.yml index a854970a..748afbb2 100644 --- a/.github/workflows/3.0.x-boot-conditional.yml +++ b/.github/workflows/3.0.x-boot-conditional.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Conditional on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: conditional_app_test: name: Conditional App Test diff --git a/.github/workflows/3.0.x-boot-configuration-properties.yml b/.github/workflows/3.0.x-boot-configuration-properties.yml index 53502abb..9061cad8 100644 --- a/.github/workflows/3.0.x-boot-configuration-properties.yml +++ b/.github/workflows/3.0.x-boot-configuration-properties.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Configuration Properties on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: configuration_properties_app_test: name: Configuration Properties App Test diff --git a/.github/workflows/3.0.x-boot-custom-banner.yml b/.github/workflows/3.0.x-boot-custom-banner.yml index 72a83175..50a1aadb 100644 --- a/.github/workflows/3.0.x-boot-custom-banner.yml +++ b/.github/workflows/3.0.x-boot-custom-banner.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Custom Banner on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: custom_banner_app_test: name: Custom Banner App Test diff --git a/.github/workflows/3.0.x-boot-flyway.yml b/.github/workflows/3.0.x-boot-flyway.yml index 37f63a62..5126f4ec 100644 --- a/.github/workflows/3.0.x-boot-flyway.yml +++ b/.github/workflows/3.0.x-boot-flyway.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Flyway on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: flyway_app_test: name: Flyway App Test diff --git a/.github/workflows/3.0.x-boot-freemarker-webflux.yml b/.github/workflows/3.0.x-boot-freemarker-webflux.yml index 81eae3bc..22ee7cf2 100644 --- a/.github/workflows/3.0.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.0.x-boot-freemarker-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: freemarker_webflux_app_test: name: Freemarker Webflux App Test diff --git a/.github/workflows/3.0.x-boot-freemarker-webmvc.yml b/.github/workflows/3.0.x-boot-freemarker-webmvc.yml index 3e285c56..bb07499f 100644 --- a/.github/workflows/3.0.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.0.x-boot-freemarker-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: freemarker_webmvc_app_test: name: Freemarker Webmvc App Test diff --git a/.github/workflows/3.0.x-boot-json.yml b/.github/workflows/3.0.x-boot-json.yml index a1141e25..bd3f8fe4 100644 --- a/.github/workflows/3.0.x-boot-json.yml +++ b/.github/workflows/3.0.x-boot-json.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Json on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: json_app_test: name: Json App Test diff --git a/.github/workflows/3.0.x-boot-liquibase.yml b/.github/workflows/3.0.x-boot-liquibase.yml index 7f1cab8b..3073e4fb 100644 --- a/.github/workflows/3.0.x-boot-liquibase.yml +++ b/.github/workflows/3.0.x-boot-liquibase.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Liquibase on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: liquibase_app_test: name: Liquibase App Test diff --git a/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml index dfa334ae..69639507 100644 --- a/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: logging_logback_spring_xml_app_test: name: Logging Logback Spring Xml App Test diff --git a/.github/workflows/3.0.x-boot-logging-logback-xml.yml b/.github/workflows/3.0.x-boot-logging-logback-xml.yml index 938b7627..7f24cc78 100644 --- a/.github/workflows/3.0.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.0.x-boot-logging-logback-xml.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: logging_logback_xml_app_test: name: Logging Logback Xml App Test diff --git a/.github/workflows/3.0.x-boot-logging-logback.yml b/.github/workflows/3.0.x-boot-logging-logback.yml index 3961ad15..7efaff07 100644 --- a/.github/workflows/3.0.x-boot-logging-logback.yml +++ b/.github/workflows/3.0.x-boot-logging-logback.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Logging Logback on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: logging_logback_app_test: name: Logging Logback App Test diff --git a/.github/workflows/3.0.x-boot-mustache-webflux.yml b/.github/workflows/3.0.x-boot-mustache-webflux.yml index bd57e041..c6052227 100644 --- a/.github/workflows/3.0.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.0.x-boot-mustache-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Mustache Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: mustache_webflux_app_test: name: Mustache Webflux App Test diff --git a/.github/workflows/3.0.x-boot-mustache-webmvc.yml b/.github/workflows/3.0.x-boot-mustache-webmvc.yml index 3344180c..e68d51d2 100644 --- a/.github/workflows/3.0.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.0.x-boot-mustache-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: mustache_webmvc_app_test: name: Mustache Webmvc App Test diff --git a/.github/workflows/3.0.x-boot-servlet-component-scan.yml b/.github/workflows/3.0.x-boot-servlet-component-scan.yml index fe2f9909..a8bfbb39 100644 --- a/.github/workflows/3.0.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.0.x-boot-servlet-component-scan.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: servlet_component_scan_app_test: name: Servlet Component Scan App Test diff --git a/.github/workflows/3.0.x-boot-servlet-jetty.yml b/.github/workflows/3.0.x-boot-servlet-jetty.yml index 31d15e40..998a3759 100644 --- a/.github/workflows/3.0.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.0.x-boot-servlet-jetty.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Servlet Jetty on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: servlet_jetty_app_test: name: Servlet Jetty App Test diff --git a/.github/workflows/3.0.x-boot-servlet-tomcat.yml b/.github/workflows/3.0.x-boot-servlet-tomcat.yml index 77afc132..1d64f9f1 100644 --- a/.github/workflows/3.0.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.0.x-boot-servlet-tomcat.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: servlet_tomcat_app_test: name: Servlet Tomcat App Test diff --git a/.github/workflows/3.0.x-boot-servlet-undertow.yml b/.github/workflows/3.0.x-boot-servlet-undertow.yml index d0e532b7..f92ae4da 100644 --- a/.github/workflows/3.0.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.0.x-boot-servlet-undertow.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Servlet Undertow on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: servlet_undertow_app_test: name: Servlet Undertow App Test diff --git a/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml index c58a0eab..a71f77ef 100644 --- a/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: thymeleaf_webflux_app_test: name: Thymeleaf Webflux App Test diff --git a/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml index 0c4321b9..9ad7f51f 100644 --- a/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: thymeleaf_webmvc_app_test: name: Thymeleaf Webmvc App Test diff --git a/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml index 8deba429..a955e0b1 100644 --- a/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: tracing_brave_zipkin_app_test: name: Tracing Brave Zipkin App Test diff --git a/.github/workflows/3.0.x-boot-xml-config.yml b/.github/workflows/3.0.x-boot-xml-config.yml index 1a453418..36bf6f4a 100644 --- a/.github/workflows/3.0.x-boot-xml-config.yml +++ b/.github/workflows/3.0.x-boot-xml-config.yml @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Xml Config on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: xml_config_app_test: name: Xml Config App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-config-client.yml b/.github/workflows/3.0.x-cloud-cloud-config-client.yml index 5a77bb07..1a5eed4b 100644 --- a/.github/workflows/3.0.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.0.x-cloud-cloud-config-client.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_config_client_app_test: name: Cloud Config Client App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml index 1143654a..872d46d2 100644 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_discovery_consul_app_test: name: Cloud Discovery Consul App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml index 79b7b266..77b5d191 100644 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_discovery_eureka_app_test: name: Cloud Discovery Eureka App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml index e0ca0a7e..af21bba0 100644 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: name: Cloud Discovery Zookeeper App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-function-web.yml b/.github/workflows/3.0.x-cloud-cloud-function-web.yml index e1c959a1..5c42f0d1 100644 --- a/.github/workflows/3.0.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.0.x-cloud-cloud-function-web.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_function_web_app_test: name: Cloud Function Web App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml index f3ee0247..3f305f35 100644 --- a/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_function_webflux_app_test: name: Cloud Function Webflux App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-gateway.yml b/.github/workflows/3.0.x-cloud-cloud-gateway.yml index 63c92c91..d6d43e2b 100644 --- a/.github/workflows/3.0.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.0.x-cloud-cloud-gateway.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_gateway_app_test: name: Cloud Gateway App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml index 38cede21..f7de85b0 100644 --- a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: name: Cloud Loadbalancing Web App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml index 67463185..6aa82ed5 100644 --- a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: name: Cloud Loadbalancing Webflux App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-openfeign.yml b/.github/workflows/3.0.x-cloud-cloud-openfeign.yml index 87bdae8f..7df28e99 100644 --- a/.github/workflows/3.0.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.0.x-cloud-cloud-openfeign.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_openfeign_app_test: name: Cloud Openfeign App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml index fa41f4a5..d90f91bd 100644 --- a/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_stream_kafka_app_test: name: Cloud Stream Kafka App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.0.x-cloud-cloud-stream-pulsar.yml index 4b7b234f..c0078894 100644 --- a/.github/workflows/3.0.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.0.x-cloud-cloud-stream-pulsar.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_stream_pulsar_app_test: name: Cloud Stream Pulsar App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml index 43fda271..c2697af5 100644 --- a/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_stream_rabbit_app_test: name: Cloud Stream Rabbit App Test diff --git a/.github/workflows/3.0.x-cloud-cloud-task.yml b/.github/workflows/3.0.x-cloud-cloud-task.yml index 3cfeda32..74d7b489 100644 --- a/.github/workflows/3.0.x-cloud-cloud-task.yml +++ b/.github/workflows/3.0.x-cloud-cloud-task.yml @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Task on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cloud_task_app_test: name: Cloud Task App Test diff --git a/.github/workflows/3.0.x-data-data-cassandra-reactive.yml b/.github/workflows/3.0.x-data-data-cassandra-reactive.yml index 3531b9b5..2fb763b8 100644 --- a/.github/workflows/3.0.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.0.x-data-data-cassandra-reactive.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_cassandra_reactive_app_test: name: Data Cassandra Reactive App Test diff --git a/.github/workflows/3.0.x-data-data-cassandra.yml b/.github/workflows/3.0.x-data-data-cassandra.yml index 1afc1343..e0081002 100644 --- a/.github/workflows/3.0.x-data-data-cassandra.yml +++ b/.github/workflows/3.0.x-data-data-cassandra.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Cassandra on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_cassandra_app_test: name: Data Cassandra App Test diff --git a/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml index 6c5543aa..0bf127fb 100644 --- a/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: name: Data Jdbc H2 Kotlin App Test diff --git a/.github/workflows/3.0.x-data-data-jdbc-h2.yml b/.github/workflows/3.0.x-data-data-jdbc-h2.yml index 4f129a74..5a59e341 100644 --- a/.github/workflows/3.0.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.0.x-data-data-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_app_test: name: Data Jdbc H2 App Test diff --git a/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml index 52ee4024..2af0dff1 100644 --- a/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jdbc_postgresql_app_test: name: Data Jdbc Postgresql App Test diff --git a/.github/workflows/3.0.x-data-data-jpa-entityscan.yml b/.github/workflows/3.0.x-data-data-jpa-entityscan.yml index 9b4abb07..3d3aec13 100644 --- a/.github/workflows/3.0.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.0.x-data-data-jpa-entityscan.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jpa_entityscan_app_test: name: Data Jpa Entityscan App Test diff --git a/.github/workflows/3.0.x-data-data-jpa-kotlin.yml b/.github/workflows/3.0.x-data-data-jpa-kotlin.yml index cb381dc6..3f329d09 100644 --- a/.github/workflows/3.0.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.0.x-data-data-jpa-kotlin.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jpa_kotlin_app_test: name: Data Jpa Kotlin App Test diff --git a/.github/workflows/3.0.x-data-data-jpa.yml b/.github/workflows/3.0.x-data-data-jpa.yml index 42f21ca9..f40d9060 100644 --- a/.github/workflows/3.0.x-data-data-jpa.yml +++ b/.github/workflows/3.0.x-data-data-jpa.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Jpa on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_jpa_app_test: name: Data Jpa App Test diff --git a/.github/workflows/3.0.x-data-data-mongodb-reactive.yml b/.github/workflows/3.0.x-data-data-mongodb-reactive.yml index c03f83e5..f3b797ec 100644 --- a/.github/workflows/3.0.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.0.x-data-data-mongodb-reactive.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_mongodb_reactive_app_test: name: Data Mongodb Reactive App Test diff --git a/.github/workflows/3.0.x-data-data-mongodb.yml b/.github/workflows/3.0.x-data-data-mongodb.yml index 6a34fa78..462248c4 100644 --- a/.github/workflows/3.0.x-data-data-mongodb.yml +++ b/.github/workflows/3.0.x-data-data-mongodb.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Mongodb on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_mongodb_app_test: name: Data Mongodb App Test diff --git a/.github/workflows/3.0.x-data-data-neo4j.yml b/.github/workflows/3.0.x-data-data-neo4j.yml index 69e9b0a1..c7ae0d30 100644 --- a/.github/workflows/3.0.x-data-data-neo4j.yml +++ b/.github/workflows/3.0.x-data-data-neo4j.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Neo4j on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_neo4j_app_test: name: Data Neo4j App Test diff --git a/.github/workflows/3.0.x-data-data-r2dbc.yml b/.github/workflows/3.0.x-data-data-r2dbc.yml index b4f82b7d..b94fe4ae 100644 --- a/.github/workflows/3.0.x-data-data-r2dbc.yml +++ b/.github/workflows/3.0.x-data-data-r2dbc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data R2dbc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_r2dbc_app_test: name: Data R2dbc App Test diff --git a/.github/workflows/3.0.x-data-data-redis-reactive.yml b/.github/workflows/3.0.x-data-data-redis-reactive.yml index 0cccab41..a7de883b 100644 --- a/.github/workflows/3.0.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.0.x-data-data-redis-reactive.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Redis Reactive on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_redis_reactive_app_test: name: Data Redis Reactive App Test diff --git a/.github/workflows/3.0.x-data-data-redis.yml b/.github/workflows/3.0.x-data-data-redis.yml index 00aef7db..83a18c64 100644 --- a/.github/workflows/3.0.x-data-data-redis.yml +++ b/.github/workflows/3.0.x-data-data-redis.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Redis on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_redis_app_test: name: Data Redis App Test diff --git a/.github/workflows/3.0.x-data-data-rest-mongodb.yml b/.github/workflows/3.0.x-data-data-rest-mongodb.yml index 1cfd287f..7b22e7b5 100644 --- a/.github/workflows/3.0.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.0.x-data-data-rest-mongodb.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: data_rest_mongodb_app_test: name: Data Rest Mongodb App Test diff --git a/.github/workflows/3.0.x-data-hateoas.yml b/.github/workflows/3.0.x-data-hateoas.yml index 6527e07d..d3f7bf4a 100644 --- a/.github/workflows/3.0.x-data-hateoas.yml +++ b/.github/workflows/3.0.x-data-hateoas.yml @@ -2,6 +2,7 @@ name: 3.0.x | Data Smoke Tests | Hateoas on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: hateoas_app_test: name: Hateoas App Test diff --git a/.github/workflows/3.0.x-framework-aspect.yml b/.github/workflows/3.0.x-framework-aspect.yml index 4aa73aee..da0bddc5 100644 --- a/.github/workflows/3.0.x-framework-aspect.yml +++ b/.github/workflows/3.0.x-framework-aspect.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Aspect on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: aspect_app_test: name: Aspect App Test diff --git a/.github/workflows/3.0.x-framework-async.yml b/.github/workflows/3.0.x-framework-async.yml index b020138d..486fca7c 100644 --- a/.github/workflows/3.0.x-framework-async.yml +++ b/.github/workflows/3.0.x-framework-async.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Async on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: async_app_test: name: Async App Test diff --git a/.github/workflows/3.0.x-framework-cache-cache2k.yml b/.github/workflows/3.0.x-framework-cache-cache2k.yml index 2000c05a..8a7a16aa 100644 --- a/.github/workflows/3.0.x-framework-cache-cache2k.yml +++ b/.github/workflows/3.0.x-framework-cache-cache2k.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Cache2k on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_cache2k_app_test: name: Cache Cache2k App Test diff --git a/.github/workflows/3.0.x-framework-cache-caffeine.yml b/.github/workflows/3.0.x-framework-cache-caffeine.yml index 30aeb5ed..8241bb57 100644 --- a/.github/workflows/3.0.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.0.x-framework-cache-caffeine.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Caffeine on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_caffeine_app_test: name: Cache Caffeine App Test diff --git a/.github/workflows/3.0.x-framework-cache-hazelcast.yml b/.github/workflows/3.0.x-framework-cache-hazelcast.yml index 94d6f61c..e6d0b7c7 100644 --- a/.github/workflows/3.0.x-framework-cache-hazelcast.yml +++ b/.github/workflows/3.0.x-framework-cache-hazelcast.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Hazelcast on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_hazelcast_app_test: name: Cache Hazelcast App Test diff --git a/.github/workflows/3.0.x-framework-cache-redis.yml b/.github/workflows/3.0.x-framework-cache-redis.yml index e1a8ee38..24824149 100644 --- a/.github/workflows/3.0.x-framework-cache-redis.yml +++ b/.github/workflows/3.0.x-framework-cache-redis.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Redis on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_redis_app_test: name: Cache Redis App Test diff --git a/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml index 32a9b7a4..1a011dab 100644 --- a/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: name: Cache Simple Jdk Proxy App Test diff --git a/.github/workflows/3.0.x-framework-cache-simple.yml b/.github/workflows/3.0.x-framework-cache-simple.yml index e1292fb3..0c1922b6 100644 --- a/.github/workflows/3.0.x-framework-cache-simple.yml +++ b/.github/workflows/3.0.x-framework-cache-simple.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Cache Simple on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: cache_simple_app_test: name: Cache Simple App Test diff --git a/.github/workflows/3.0.x-framework-configuration-class-proxy.yml b/.github/workflows/3.0.x-framework-configuration-class-proxy.yml index 33e46903..ab8a9cdc 100644 --- a/.github/workflows/3.0.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.0.x-framework-configuration-class-proxy.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: configuration_class_proxy_app_test: name: Configuration Class Proxy App Test diff --git a/.github/workflows/3.0.x-framework-event-listener.yml b/.github/workflows/3.0.x-framework-event-listener.yml index d7f04cbe..72172d87 100644 --- a/.github/workflows/3.0.x-framework-event-listener.yml +++ b/.github/workflows/3.0.x-framework-event-listener.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Event Listener on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: event_listener_app_test: name: Event Listener App Test diff --git a/.github/workflows/3.0.x-framework-hibernate-enhancer.yml b/.github/workflows/3.0.x-framework-hibernate-enhancer.yml index 96286ca2..43b35e2d 100644 --- a/.github/workflows/3.0.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.0.x-framework-hibernate-enhancer.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: hibernate_enhancer_app_test: name: Hibernate Enhancer App Test diff --git a/.github/workflows/3.0.x-framework-hibernate.yml b/.github/workflows/3.0.x-framework-hibernate.yml index f23e652a..7ec5647e 100644 --- a/.github/workflows/3.0.x-framework-hibernate.yml +++ b/.github/workflows/3.0.x-framework-hibernate.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Hibernate on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: hibernate_app_test: name: Hibernate App Test diff --git a/.github/workflows/3.0.x-framework-jdbc-h2.yml b/.github/workflows/3.0.x-framework-jdbc-h2.yml index 38d2530d..568f1128 100644 --- a/.github/workflows/3.0.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.0.x-framework-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Jdbc H2 on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: jdbc_h2_app_test: name: Jdbc H2 App Test diff --git a/.github/workflows/3.0.x-framework-jdbc-mariadb.yml b/.github/workflows/3.0.x-framework-jdbc-mariadb.yml index 979ba507..0dbde411 100644 --- a/.github/workflows/3.0.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.0.x-framework-jdbc-mariadb.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: jdbc_mariadb_app_test: name: Jdbc Mariadb App Test diff --git a/.github/workflows/3.0.x-framework-jdbc-mysql.yml b/.github/workflows/3.0.x-framework-jdbc-mysql.yml index 8b4020a6..dc76af5c 100644 --- a/.github/workflows/3.0.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.0.x-framework-jdbc-mysql.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: jdbc_mysql_app_test: name: Jdbc Mysql App Test diff --git a/.github/workflows/3.0.x-framework-jdbc-postgresql.yml b/.github/workflows/3.0.x-framework-jdbc-postgresql.yml index 45c8a7c0..17ff36f8 100644 --- a/.github/workflows/3.0.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.0.x-framework-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: jdbc_postgresql_app_test: name: Jdbc Postgresql App Test diff --git a/.github/workflows/3.0.x-framework-kotlin-functional.yml b/.github/workflows/3.0.x-framework-kotlin-functional.yml index 60bf917b..4dee38d0 100644 --- a/.github/workflows/3.0.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.0.x-framework-kotlin-functional.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Kotlin Functional on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: kotlin_functional_app_test: name: Kotlin Functional App Test diff --git a/.github/workflows/3.0.x-framework-mail.yml b/.github/workflows/3.0.x-framework-mail.yml index 67ab0bd3..8affef54 100644 --- a/.github/workflows/3.0.x-framework-mail.yml +++ b/.github/workflows/3.0.x-framework-mail.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Mail on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: mail_app_test: name: Mail App Test diff --git a/.github/workflows/3.0.x-framework-order.yml b/.github/workflows/3.0.x-framework-order.yml index 258078f4..bb0ae878 100644 --- a/.github/workflows/3.0.x-framework-order.yml +++ b/.github/workflows/3.0.x-framework-order.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Order on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: order_app_test: name: Order App Test diff --git a/.github/workflows/3.0.x-framework-quartz.yml b/.github/workflows/3.0.x-framework-quartz.yml index 74ff49c2..02005add 100644 --- a/.github/workflows/3.0.x-framework-quartz.yml +++ b/.github/workflows/3.0.x-framework-quartz.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Quartz on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: quartz_app_test: name: Quartz App Test diff --git a/.github/workflows/3.0.x-framework-rest-template.yml b/.github/workflows/3.0.x-framework-rest-template.yml index aa81cb03..b528717a 100644 --- a/.github/workflows/3.0.x-framework-rest-template.yml +++ b/.github/workflows/3.0.x-framework-rest-template.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Rest Template on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: rest_template_app_test: name: Rest Template App Test diff --git a/.github/workflows/3.0.x-framework-rsocket.yml b/.github/workflows/3.0.x-framework-rsocket.yml index 36d4adfa..eb204046 100644 --- a/.github/workflows/3.0.x-framework-rsocket.yml +++ b/.github/workflows/3.0.x-framework-rsocket.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Rsocket on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: rsocket_app_test: name: Rsocket App Test diff --git a/.github/workflows/3.0.x-framework-scheduled.yml b/.github/workflows/3.0.x-framework-scheduled.yml index 3fe3ab49..a5d64268 100644 --- a/.github/workflows/3.0.x-framework-scheduled.yml +++ b/.github/workflows/3.0.x-framework-scheduled.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Scheduled on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: scheduled_app_test: name: Scheduled App Test diff --git a/.github/workflows/3.0.x-framework-tcf.yml b/.github/workflows/3.0.x-framework-tcf.yml index 33cbc40b..d921a159 100644 --- a/.github/workflows/3.0.x-framework-tcf.yml +++ b/.github/workflows/3.0.x-framework-tcf.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Tcf on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: tcf_test: name: Tcf Test diff --git a/.github/workflows/3.0.x-framework-transactional-event-listener.yml b/.github/workflows/3.0.x-framework-transactional-event-listener.yml index 4594d621..4169de48 100644 --- a/.github/workflows/3.0.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.0.x-framework-transactional-event-listener.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: transactional_event_listener_app_test: name: Transactional Event Listener App Test diff --git a/.github/workflows/3.0.x-framework-transactional.yml b/.github/workflows/3.0.x-framework-transactional.yml index 0256eecf..f58364bd 100644 --- a/.github/workflows/3.0.x-framework-transactional.yml +++ b/.github/workflows/3.0.x-framework-transactional.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Transactional on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: transactional_app_test: name: Transactional App Test diff --git a/.github/workflows/3.0.x-framework-validation.yml b/.github/workflows/3.0.x-framework-validation.yml index 68288675..ba93631b 100644 --- a/.github/workflows/3.0.x-framework-validation.yml +++ b/.github/workflows/3.0.x-framework-validation.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Validation on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: validation_app_test: name: Validation App Test diff --git a/.github/workflows/3.0.x-framework-webclient.yml b/.github/workflows/3.0.x-framework-webclient.yml index 0815c54c..f2954ed6 100644 --- a/.github/workflows/3.0.x-framework-webclient.yml +++ b/.github/workflows/3.0.x-framework-webclient.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webclient on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webclient_app_test: name: Webclient App Test diff --git a/.github/workflows/3.0.x-framework-webflux-jetty.yml b/.github/workflows/3.0.x-framework-webflux-jetty.yml index cd1ab965..4a2f9c9e 100644 --- a/.github/workflows/3.0.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.0.x-framework-webflux-jetty.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webflux Jetty on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webflux_jetty_app_test: name: Webflux Jetty App Test diff --git a/.github/workflows/3.0.x-framework-webflux-netty-tls.yml b/.github/workflows/3.0.x-framework-webflux-netty-tls.yml index 0c87a235..ac574809 100644 --- a/.github/workflows/3.0.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.0.x-framework-webflux-netty-tls.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webflux_netty_tls_app_test: name: Webflux Netty Tls App Test diff --git a/.github/workflows/3.0.x-framework-webflux-netty.yml b/.github/workflows/3.0.x-framework-webflux-netty.yml index a98298e7..8a49ebfb 100644 --- a/.github/workflows/3.0.x-framework-webflux-netty.yml +++ b/.github/workflows/3.0.x-framework-webflux-netty.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webflux Netty on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webflux_netty_app_test: name: Webflux Netty App Test diff --git a/.github/workflows/3.0.x-framework-webflux-undertow.yml b/.github/workflows/3.0.x-framework-webflux-undertow.yml index 868d2bd7..c2c74cd1 100644 --- a/.github/workflows/3.0.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.0.x-framework-webflux-undertow.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webflux Undertow on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webflux_undertow_app_test: name: Webflux Undertow App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml index b1ebdf1c..6d749215 100644 --- a/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_tls_app_test: name: Webmvc Jetty Tls App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-jetty.yml b/.github/workflows/3.0.x-framework-webmvc-jetty.yml index dfec7dc0..2df298cc 100644 --- a/.github/workflows/3.0.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.0.x-framework-webmvc-jetty.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_app_test: name: Webmvc Jetty App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml index 8a4738fc..a5ccdb28 100644 --- a/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: name: Webmvc Tomcat Tls App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-tomcat.yml b/.github/workflows/3.0.x-framework-webmvc-tomcat.yml index 81cbaaf1..edc5a7b3 100644 --- a/.github/workflows/3.0.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.0.x-framework-webmvc-tomcat.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_app_test: name: Webmvc Tomcat App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml index 0e0379fb..3eb59af1 100644 --- a/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_tls_app_test: name: Webmvc Undertow Tls App Test diff --git a/.github/workflows/3.0.x-framework-webmvc-undertow.yml b/.github/workflows/3.0.x-framework-webmvc-undertow.yml index 81234d19..6b2f7a2b 100644 --- a/.github/workflows/3.0.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.0.x-framework-webmvc-undertow.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_app_test: name: Webmvc Undertow App Test diff --git a/.github/workflows/3.0.x-framework-websocket-jetty.yml b/.github/workflows/3.0.x-framework-websocket-jetty.yml index 6b37bef5..b627c9d4 100644 --- a/.github/workflows/3.0.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.0.x-framework-websocket-jetty.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Websocket Jetty on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: websocket_jetty_app_test: name: Websocket Jetty App Test diff --git a/.github/workflows/3.0.x-framework-websocket-stomp.yml b/.github/workflows/3.0.x-framework-websocket-stomp.yml index 63c80ce0..1e766e65 100644 --- a/.github/workflows/3.0.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.0.x-framework-websocket-stomp.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Websocket Stomp on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: websocket_stomp_app_test: name: Websocket Stomp App Test diff --git a/.github/workflows/3.0.x-framework-websocket-tomcat.yml b/.github/workflows/3.0.x-framework-websocket-tomcat.yml index b7cf80e4..864bcd13 100644 --- a/.github/workflows/3.0.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.0.x-framework-websocket-tomcat.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: websocket_tomcat_app_test: name: Websocket Tomcat App Test diff --git a/.github/workflows/3.0.x-framework-websocket-undertow.yml b/.github/workflows/3.0.x-framework-websocket-undertow.yml index 4096cf6f..25c217b1 100644 --- a/.github/workflows/3.0.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.0.x-framework-websocket-undertow.yml @@ -2,6 +2,7 @@ name: 3.0.x | Framework Smoke Tests | Websocket Undertow on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: websocket_undertow_app_test: name: Websocket Undertow App Test diff --git a/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml index c080a572..cc0cfb42 100644 --- a/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml @@ -2,6 +2,7 @@ name: 3.0.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: name: Graphql Webflux Rsocket App Test diff --git a/.github/workflows/3.0.x-graphql-graphql-webflux.yml b/.github/workflows/3.0.x-graphql-graphql-webflux.yml index 0b621a24..cb5a4970 100644 --- a/.github/workflows/3.0.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.0.x-graphql-graphql-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: graphql_webflux_app_test: name: Graphql Webflux App Test diff --git a/.github/workflows/3.0.x-graphql-graphql-webmvc.yml b/.github/workflows/3.0.x-graphql-graphql-webmvc.yml index 6591902b..dfb6a6c5 100644 --- a/.github/workflows/3.0.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.0.x-graphql-graphql-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: graphql_webmvc_app_test: name: Graphql Webmvc App Test diff --git a/.github/workflows/3.0.x-integration-integration.yml b/.github/workflows/3.0.x-integration-integration.yml index 3d5f583a..d10fc468 100644 --- a/.github/workflows/3.0.x-integration-integration.yml +++ b/.github/workflows/3.0.x-integration-integration.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Integration on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: integration_app_test: name: Integration App Test diff --git a/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml index a03573ec..e6b84560 100644 --- a/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_amqp_rabbit_app_test: name: Spring Amqp Rabbit App Test diff --git a/.github/workflows/3.0.x-integration-spring-kafka-avro.yml b/.github/workflows/3.0.x-integration-spring-kafka-avro.yml index b7bfd08f..72b7e70f 100644 --- a/.github/workflows/3.0.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.0.x-integration-spring-kafka-avro.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_kafka_avro_app_test: name: Spring Kafka Avro App Test diff --git a/.github/workflows/3.0.x-integration-spring-kafka-streams.yml b/.github/workflows/3.0.x-integration-spring-kafka-streams.yml index de975317..a7de4ba6 100644 --- a/.github/workflows/3.0.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.0.x-integration-spring-kafka-streams.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_kafka_streams_app_test: name: Spring Kafka Streams App Test diff --git a/.github/workflows/3.0.x-integration-spring-kafka.yml b/.github/workflows/3.0.x-integration-spring-kafka.yml index daafaaee..e2de74ea 100644 --- a/.github/workflows/3.0.x-integration-spring-kafka.yml +++ b/.github/workflows/3.0.x-integration-spring-kafka.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Kafka on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_kafka_app_test: name: Spring Kafka App Test diff --git a/.github/workflows/3.0.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.0.x-integration-spring-pulsar-reactive.yml index 3bc42f2e..e8a9fa20 100644 --- a/.github/workflows/3.0.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.0.x-integration-spring-pulsar-reactive.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_pulsar_reactive_app_test: name: Spring Pulsar Reactive App Test diff --git a/.github/workflows/3.0.x-integration-spring-pulsar.yml b/.github/workflows/3.0.x-integration-spring-pulsar.yml index 1e07ab0d..dec47411 100644 --- a/.github/workflows/3.0.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.0.x-integration-spring-pulsar.yml @@ -2,6 +2,7 @@ name: 3.0.x | Integration Smoke Tests | Spring Pulsar on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: spring_pulsar_app_test: name: Spring Pulsar App Test diff --git a/.github/workflows/3.0.x-security-ldap-odm.yml b/.github/workflows/3.0.x-security-ldap-odm.yml index feb7c00d..62f54b85 100644 --- a/.github/workflows/3.0.x-security-ldap-odm.yml +++ b/.github/workflows/3.0.x-security-ldap-odm.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Ldap Odm on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: ldap_odm_app_test: name: Ldap Odm App Test diff --git a/.github/workflows/3.0.x-security-security-ldap.yml b/.github/workflows/3.0.x-security-security-ldap.yml index f2f465fe..b65e05f9 100644 --- a/.github/workflows/3.0.x-security-security-ldap.yml +++ b/.github/workflows/3.0.x-security-security-ldap.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Ldap on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_ldap_app_test: name: Security Ldap App Test diff --git a/.github/workflows/3.0.x-security-security-method.yml b/.github/workflows/3.0.x-security-security-method.yml index 0304ffd7..446731c9 100644 --- a/.github/workflows/3.0.x-security-security-method.yml +++ b/.github/workflows/3.0.x-security-security-method.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Method on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_method_app_test: name: Security Method App Test diff --git a/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml index a2a4009e..28cb8e2e 100644 --- a/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: name: Security Oauth2 Authorization Server App Test diff --git a/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml index 6c4061b9..03532cc8 100644 --- a/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_oauth2_resource_server_app_test: name: Security Oauth2 Resource Server App Test diff --git a/.github/workflows/3.0.x-security-security-thymeleaf.yml b/.github/workflows/3.0.x-security-security-thymeleaf.yml index 39659436..a7feb7f8 100644 --- a/.github/workflows/3.0.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.0.x-security-security-thymeleaf.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Thymeleaf on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_thymeleaf_app_test: name: Security Thymeleaf App Test diff --git a/.github/workflows/3.0.x-security-security-webflux.yml b/.github/workflows/3.0.x-security-security-webflux.yml index 29186ecd..1328be75 100644 --- a/.github/workflows/3.0.x-security-security-webflux.yml +++ b/.github/workflows/3.0.x-security-security-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_webflux_app_test: name: Security Webflux App Test diff --git a/.github/workflows/3.0.x-security-security-webmvc.yml b/.github/workflows/3.0.x-security-security-webmvc.yml index bc6b6dbd..c14ba2be 100644 --- a/.github/workflows/3.0.x-security-security-webmvc.yml +++ b/.github/workflows/3.0.x-security-security-webmvc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Security Smoke Tests | Security Webmvc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: security_webmvc_app_test: name: Security Webmvc App Test diff --git a/.github/workflows/3.0.x-session-session-jdbc.yml b/.github/workflows/3.0.x-session-session-jdbc.yml index 9136c3fc..ddc888cc 100644 --- a/.github/workflows/3.0.x-session-session-jdbc.yml +++ b/.github/workflows/3.0.x-session-session-jdbc.yml @@ -2,6 +2,7 @@ name: 3.0.x | Session Smoke Tests | Session Jdbc on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: session_jdbc_app_test: name: Session Jdbc App Test diff --git a/.github/workflows/3.0.x-session-session-redis-webflux.yml b/.github/workflows/3.0.x-session-session-redis-webflux.yml index cd6f8a7f..d4e07855 100644 --- a/.github/workflows/3.0.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.0.x-session-session-redis-webflux.yml @@ -2,6 +2,7 @@ name: 3.0.x | Session Smoke Tests | Session Redis Webflux on: schedule: - cron : '10 0 * * *' + workflow_dispatch: jobs: session_redis_webflux_app_test: name: Session Redis Webflux App Test diff --git a/.github/workflows/3.1.x-batch-batch.yml b/.github/workflows/3.1.x-batch-batch.yml index 83149d10..7949c870 100644 --- a/.github/workflows/3.1.x-batch-batch.yml +++ b/.github/workflows/3.1.x-batch-batch.yml @@ -2,6 +2,7 @@ name: 3.1.x | Batch Smoke Tests | Batch on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: batch_app_test: name: Batch App Test diff --git a/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml index 1ad1d918..64d2bad5 100644 --- a/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: name: Actuator Webflux Mgmt Port App Test diff --git a/.github/workflows/3.1.x-boot-actuator-webflux.yml b/.github/workflows/3.1.x-boot-actuator-webflux.yml index 752c774c..38a999d6 100644 --- a/.github/workflows/3.1.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.1.x-boot-actuator-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: actuator_webflux_app_test: name: Actuator Webflux App Test diff --git a/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml index 3f35a143..2d3c51bd 100644 --- a/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: name: Actuator Webmvc Mgmt Port App Test diff --git a/.github/workflows/3.1.x-boot-actuator-webmvc.yml b/.github/workflows/3.1.x-boot-actuator-webmvc.yml index facbce9d..f6866e9c 100644 --- a/.github/workflows/3.1.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.1.x-boot-actuator-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_app_test: name: Actuator Webmvc App Test diff --git a/.github/workflows/3.1.x-boot-boot-tcf.yml b/.github/workflows/3.1.x-boot-boot-tcf.yml index a79fa982..30493eb2 100644 --- a/.github/workflows/3.1.x-boot-boot-tcf.yml +++ b/.github/workflows/3.1.x-boot-boot-tcf.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Boot Tcf on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: boot_tcf_test: name: Boot Tcf Test diff --git a/.github/workflows/3.1.x-boot-command-line-runner.yml b/.github/workflows/3.1.x-boot-command-line-runner.yml index d219c19e..e007f0c9 100644 --- a/.github/workflows/3.1.x-boot-command-line-runner.yml +++ b/.github/workflows/3.1.x-boot-command-line-runner.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Command Line Runner on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: command_line_runner_app_test: name: Command Line Runner App Test diff --git a/.github/workflows/3.1.x-boot-conditional.yml b/.github/workflows/3.1.x-boot-conditional.yml index a66d4701..fc336865 100644 --- a/.github/workflows/3.1.x-boot-conditional.yml +++ b/.github/workflows/3.1.x-boot-conditional.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Conditional on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: conditional_app_test: name: Conditional App Test diff --git a/.github/workflows/3.1.x-boot-configuration-properties.yml b/.github/workflows/3.1.x-boot-configuration-properties.yml index 260c4a05..880bc431 100644 --- a/.github/workflows/3.1.x-boot-configuration-properties.yml +++ b/.github/workflows/3.1.x-boot-configuration-properties.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Configuration Properties on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: configuration_properties_app_test: name: Configuration Properties App Test diff --git a/.github/workflows/3.1.x-boot-custom-banner.yml b/.github/workflows/3.1.x-boot-custom-banner.yml index 3acdde74..c9909fef 100644 --- a/.github/workflows/3.1.x-boot-custom-banner.yml +++ b/.github/workflows/3.1.x-boot-custom-banner.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Custom Banner on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: custom_banner_app_test: name: Custom Banner App Test diff --git a/.github/workflows/3.1.x-boot-flyway.yml b/.github/workflows/3.1.x-boot-flyway.yml index 8beeceb6..4cfd9398 100644 --- a/.github/workflows/3.1.x-boot-flyway.yml +++ b/.github/workflows/3.1.x-boot-flyway.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Flyway on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: flyway_app_test: name: Flyway App Test diff --git a/.github/workflows/3.1.x-boot-freemarker-webflux.yml b/.github/workflows/3.1.x-boot-freemarker-webflux.yml index 823114ac..2be3a4e7 100644 --- a/.github/workflows/3.1.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.1.x-boot-freemarker-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: freemarker_webflux_app_test: name: Freemarker Webflux App Test diff --git a/.github/workflows/3.1.x-boot-freemarker-webmvc.yml b/.github/workflows/3.1.x-boot-freemarker-webmvc.yml index 6225ace7..bd9eb1ad 100644 --- a/.github/workflows/3.1.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.1.x-boot-freemarker-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: freemarker_webmvc_app_test: name: Freemarker Webmvc App Test diff --git a/.github/workflows/3.1.x-boot-json.yml b/.github/workflows/3.1.x-boot-json.yml index ed6e4e6f..ec0f823f 100644 --- a/.github/workflows/3.1.x-boot-json.yml +++ b/.github/workflows/3.1.x-boot-json.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Json on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: json_app_test: name: Json App Test diff --git a/.github/workflows/3.1.x-boot-liquibase.yml b/.github/workflows/3.1.x-boot-liquibase.yml index 1b0760c6..f78745bf 100644 --- a/.github/workflows/3.1.x-boot-liquibase.yml +++ b/.github/workflows/3.1.x-boot-liquibase.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Liquibase on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: liquibase_app_test: name: Liquibase App Test diff --git a/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml index a177d23c..1088fc08 100644 --- a/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: logging_logback_spring_xml_app_test: name: Logging Logback Spring Xml App Test diff --git a/.github/workflows/3.1.x-boot-logging-logback-xml.yml b/.github/workflows/3.1.x-boot-logging-logback-xml.yml index 82842759..c6db5244 100644 --- a/.github/workflows/3.1.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.1.x-boot-logging-logback-xml.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: logging_logback_xml_app_test: name: Logging Logback Xml App Test diff --git a/.github/workflows/3.1.x-boot-logging-logback.yml b/.github/workflows/3.1.x-boot-logging-logback.yml index 0d995ef4..a29e612d 100644 --- a/.github/workflows/3.1.x-boot-logging-logback.yml +++ b/.github/workflows/3.1.x-boot-logging-logback.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: logging_logback_app_test: name: Logging Logback App Test diff --git a/.github/workflows/3.1.x-boot-mustache-webflux.yml b/.github/workflows/3.1.x-boot-mustache-webflux.yml index 874b981d..f1efb76d 100644 --- a/.github/workflows/3.1.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.1.x-boot-mustache-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Mustache Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: mustache_webflux_app_test: name: Mustache Webflux App Test diff --git a/.github/workflows/3.1.x-boot-mustache-webmvc.yml b/.github/workflows/3.1.x-boot-mustache-webmvc.yml index d23545f8..3f5bc4a4 100644 --- a/.github/workflows/3.1.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.1.x-boot-mustache-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: mustache_webmvc_app_test: name: Mustache Webmvc App Test diff --git a/.github/workflows/3.1.x-boot-servlet-component-scan.yml b/.github/workflows/3.1.x-boot-servlet-component-scan.yml index dac5bdc2..57ce847e 100644 --- a/.github/workflows/3.1.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.1.x-boot-servlet-component-scan.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: servlet_component_scan_app_test: name: Servlet Component Scan App Test diff --git a/.github/workflows/3.1.x-boot-servlet-jetty.yml b/.github/workflows/3.1.x-boot-servlet-jetty.yml index 642c6323..191e1e3f 100644 --- a/.github/workflows/3.1.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.1.x-boot-servlet-jetty.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Jetty on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: servlet_jetty_app_test: name: Servlet Jetty App Test diff --git a/.github/workflows/3.1.x-boot-servlet-tomcat.yml b/.github/workflows/3.1.x-boot-servlet-tomcat.yml index f3948522..99e22772 100644 --- a/.github/workflows/3.1.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.1.x-boot-servlet-tomcat.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: servlet_tomcat_app_test: name: Servlet Tomcat App Test diff --git a/.github/workflows/3.1.x-boot-servlet-undertow.yml b/.github/workflows/3.1.x-boot-servlet-undertow.yml index 877a7e02..2a18cc1d 100644 --- a/.github/workflows/3.1.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.1.x-boot-servlet-undertow.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Undertow on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: servlet_undertow_app_test: name: Servlet Undertow App Test diff --git a/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml index ad30e0cd..f426b9f0 100644 --- a/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: thymeleaf_webflux_app_test: name: Thymeleaf Webflux App Test diff --git a/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml index d764a4bb..eef0cc6a 100644 --- a/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: thymeleaf_webmvc_app_test: name: Thymeleaf Webmvc App Test diff --git a/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml index bf036ad4..d3625c04 100644 --- a/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: tracing_brave_zipkin_app_test: name: Tracing Brave Zipkin App Test diff --git a/.github/workflows/3.1.x-boot-xml-config.yml b/.github/workflows/3.1.x-boot-xml-config.yml index bf6918c4..96123efa 100644 --- a/.github/workflows/3.1.x-boot-xml-config.yml +++ b/.github/workflows/3.1.x-boot-xml-config.yml @@ -2,6 +2,7 @@ name: 3.1.x | Boot Smoke Tests | Xml Config on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: xml_config_app_test: name: Xml Config App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-config-client.yml b/.github/workflows/3.1.x-cloud-cloud-config-client.yml index 4c82f70e..5be1bd31 100644 --- a/.github/workflows/3.1.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.1.x-cloud-cloud-config-client.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_config_client_app_test: name: Cloud Config Client App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml index 6855038a..c29f2017 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_discovery_consul_app_test: name: Cloud Discovery Consul App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml index 15deb8ff..708645fd 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_discovery_eureka_app_test: name: Cloud Discovery Eureka App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml index 82ad002e..816ee218 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: name: Cloud Discovery Zookeeper App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-function-web.yml b/.github/workflows/3.1.x-cloud-cloud-function-web.yml index ec7bd67d..512eeacf 100644 --- a/.github/workflows/3.1.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.1.x-cloud-cloud-function-web.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_function_web_app_test: name: Cloud Function Web App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml index 4c128685..0f309639 100644 --- a/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_function_webflux_app_test: name: Cloud Function Webflux App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-gateway.yml b/.github/workflows/3.1.x-cloud-cloud-gateway.yml index 2c622671..c6d04708 100644 --- a/.github/workflows/3.1.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.1.x-cloud-cloud-gateway.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_gateway_app_test: name: Cloud Gateway App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml index cbdbb1c5..1eb84c9e 100644 --- a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: name: Cloud Loadbalancing Web App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml index 621c7245..89c1c241 100644 --- a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: name: Cloud Loadbalancing Webflux App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-openfeign.yml b/.github/workflows/3.1.x-cloud-cloud-openfeign.yml index 94852115..52fa8a4e 100644 --- a/.github/workflows/3.1.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.1.x-cloud-cloud-openfeign.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_openfeign_app_test: name: Cloud Openfeign App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml index f776dea0..ce77cecd 100644 --- a/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_stream_kafka_app_test: name: Cloud Stream Kafka App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.1.x-cloud-cloud-stream-pulsar.yml index e84bc10d..255c0de9 100644 --- a/.github/workflows/3.1.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.1.x-cloud-cloud-stream-pulsar.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_stream_pulsar_app_test: name: Cloud Stream Pulsar App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml index a42d517d..d1598b3a 100644 --- a/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_stream_rabbit_app_test: name: Cloud Stream Rabbit App Test diff --git a/.github/workflows/3.1.x-cloud-cloud-task.yml b/.github/workflows/3.1.x-cloud-cloud-task.yml index 9ab7e5c3..940fa63a 100644 --- a/.github/workflows/3.1.x-cloud-cloud-task.yml +++ b/.github/workflows/3.1.x-cloud-cloud-task.yml @@ -2,6 +2,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Task on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cloud_task_app_test: name: Cloud Task App Test diff --git a/.github/workflows/3.1.x-data-data-cassandra-reactive.yml b/.github/workflows/3.1.x-data-data-cassandra-reactive.yml index 61482d79..53fe9157 100644 --- a/.github/workflows/3.1.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.1.x-data-data-cassandra-reactive.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_cassandra_reactive_app_test: name: Data Cassandra Reactive App Test diff --git a/.github/workflows/3.1.x-data-data-cassandra.yml b/.github/workflows/3.1.x-data-data-cassandra.yml index 890da992..e8cf122c 100644 --- a/.github/workflows/3.1.x-data-data-cassandra.yml +++ b/.github/workflows/3.1.x-data-data-cassandra.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Cassandra on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_cassandra_app_test: name: Data Cassandra App Test diff --git a/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml index f572bee6..c406a5b7 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: name: Data Jdbc H2 Kotlin App Test diff --git a/.github/workflows/3.1.x-data-data-jdbc-h2.yml b/.github/workflows/3.1.x-data-data-jdbc-h2.yml index 286c761a..98c8b86b 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_app_test: name: Data Jdbc H2 App Test diff --git a/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml index 57d07bbd..0878c80f 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jdbc_postgresql_app_test: name: Data Jdbc Postgresql App Test diff --git a/.github/workflows/3.1.x-data-data-jpa-entityscan.yml b/.github/workflows/3.1.x-data-data-jpa-entityscan.yml index 8162995c..ece0dba2 100644 --- a/.github/workflows/3.1.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.1.x-data-data-jpa-entityscan.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jpa_entityscan_app_test: name: Data Jpa Entityscan App Test diff --git a/.github/workflows/3.1.x-data-data-jpa-kotlin.yml b/.github/workflows/3.1.x-data-data-jpa-kotlin.yml index 7cabff4d..6b035100 100644 --- a/.github/workflows/3.1.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.1.x-data-data-jpa-kotlin.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jpa_kotlin_app_test: name: Data Jpa Kotlin App Test diff --git a/.github/workflows/3.1.x-data-data-jpa.yml b/.github/workflows/3.1.x-data-data-jpa.yml index c880fbf9..413849c5 100644 --- a/.github/workflows/3.1.x-data-data-jpa.yml +++ b/.github/workflows/3.1.x-data-data-jpa.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_jpa_app_test: name: Data Jpa App Test diff --git a/.github/workflows/3.1.x-data-data-mongodb-reactive.yml b/.github/workflows/3.1.x-data-data-mongodb-reactive.yml index 1ae55591..bfabf46c 100644 --- a/.github/workflows/3.1.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.1.x-data-data-mongodb-reactive.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_mongodb_reactive_app_test: name: Data Mongodb Reactive App Test diff --git a/.github/workflows/3.1.x-data-data-mongodb.yml b/.github/workflows/3.1.x-data-data-mongodb.yml index a6f02c0b..1347873b 100644 --- a/.github/workflows/3.1.x-data-data-mongodb.yml +++ b/.github/workflows/3.1.x-data-data-mongodb.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Mongodb on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_mongodb_app_test: name: Data Mongodb App Test diff --git a/.github/workflows/3.1.x-data-data-neo4j.yml b/.github/workflows/3.1.x-data-data-neo4j.yml index 5ee75a7e..46574ecc 100644 --- a/.github/workflows/3.1.x-data-data-neo4j.yml +++ b/.github/workflows/3.1.x-data-data-neo4j.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Neo4j on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_neo4j_app_test: name: Data Neo4j App Test diff --git a/.github/workflows/3.1.x-data-data-r2dbc.yml b/.github/workflows/3.1.x-data-data-r2dbc.yml index f2d6f122..c72d4b0a 100644 --- a/.github/workflows/3.1.x-data-data-r2dbc.yml +++ b/.github/workflows/3.1.x-data-data-r2dbc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data R2dbc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_r2dbc_app_test: name: Data R2dbc App Test diff --git a/.github/workflows/3.1.x-data-data-redis-reactive.yml b/.github/workflows/3.1.x-data-data-redis-reactive.yml index acb56c32..01e294db 100644 --- a/.github/workflows/3.1.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.1.x-data-data-redis-reactive.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Redis Reactive on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_redis_reactive_app_test: name: Data Redis Reactive App Test diff --git a/.github/workflows/3.1.x-data-data-redis.yml b/.github/workflows/3.1.x-data-data-redis.yml index ff89e530..2d0620d2 100644 --- a/.github/workflows/3.1.x-data-data-redis.yml +++ b/.github/workflows/3.1.x-data-data-redis.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Redis on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_redis_app_test: name: Data Redis App Test diff --git a/.github/workflows/3.1.x-data-data-rest-mongodb.yml b/.github/workflows/3.1.x-data-data-rest-mongodb.yml index 6d097afe..21b9b4da 100644 --- a/.github/workflows/3.1.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.1.x-data-data-rest-mongodb.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: data_rest_mongodb_app_test: name: Data Rest Mongodb App Test diff --git a/.github/workflows/3.1.x-data-hateoas.yml b/.github/workflows/3.1.x-data-hateoas.yml index 259f52f8..ba73bdd3 100644 --- a/.github/workflows/3.1.x-data-hateoas.yml +++ b/.github/workflows/3.1.x-data-hateoas.yml @@ -2,6 +2,7 @@ name: 3.1.x | Data Smoke Tests | Hateoas on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: hateoas_app_test: name: Hateoas App Test diff --git a/.github/workflows/3.1.x-framework-aspect.yml b/.github/workflows/3.1.x-framework-aspect.yml index 1b6375fe..547d399d 100644 --- a/.github/workflows/3.1.x-framework-aspect.yml +++ b/.github/workflows/3.1.x-framework-aspect.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Aspect on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: aspect_app_test: name: Aspect App Test diff --git a/.github/workflows/3.1.x-framework-async.yml b/.github/workflows/3.1.x-framework-async.yml index e786a281..6aaf3c57 100644 --- a/.github/workflows/3.1.x-framework-async.yml +++ b/.github/workflows/3.1.x-framework-async.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Async on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: async_app_test: name: Async App Test diff --git a/.github/workflows/3.1.x-framework-cache-cache2k.yml b/.github/workflows/3.1.x-framework-cache-cache2k.yml index 4e415c23..a1fc293e 100644 --- a/.github/workflows/3.1.x-framework-cache-cache2k.yml +++ b/.github/workflows/3.1.x-framework-cache-cache2k.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Cache2k on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_cache2k_app_test: name: Cache Cache2k App Test diff --git a/.github/workflows/3.1.x-framework-cache-caffeine.yml b/.github/workflows/3.1.x-framework-cache-caffeine.yml index 366436cc..70edc6be 100644 --- a/.github/workflows/3.1.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.1.x-framework-cache-caffeine.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Caffeine on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_caffeine_app_test: name: Cache Caffeine App Test diff --git a/.github/workflows/3.1.x-framework-cache-hazelcast.yml b/.github/workflows/3.1.x-framework-cache-hazelcast.yml index 018fc236..e499a431 100644 --- a/.github/workflows/3.1.x-framework-cache-hazelcast.yml +++ b/.github/workflows/3.1.x-framework-cache-hazelcast.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Hazelcast on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_hazelcast_app_test: name: Cache Hazelcast App Test diff --git a/.github/workflows/3.1.x-framework-cache-redis.yml b/.github/workflows/3.1.x-framework-cache-redis.yml index 0458b089..05ebc871 100644 --- a/.github/workflows/3.1.x-framework-cache-redis.yml +++ b/.github/workflows/3.1.x-framework-cache-redis.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Redis on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_redis_app_test: name: Cache Redis App Test diff --git a/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml index a75783d5..bcffaa91 100644 --- a/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: name: Cache Simple Jdk Proxy App Test diff --git a/.github/workflows/3.1.x-framework-cache-simple.yml b/.github/workflows/3.1.x-framework-cache-simple.yml index f2cf5906..e2ea0d31 100644 --- a/.github/workflows/3.1.x-framework-cache-simple.yml +++ b/.github/workflows/3.1.x-framework-cache-simple.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Simple on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: cache_simple_app_test: name: Cache Simple App Test diff --git a/.github/workflows/3.1.x-framework-configuration-class-proxy.yml b/.github/workflows/3.1.x-framework-configuration-class-proxy.yml index 036267f5..370fbdec 100644 --- a/.github/workflows/3.1.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.1.x-framework-configuration-class-proxy.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: configuration_class_proxy_app_test: name: Configuration Class Proxy App Test diff --git a/.github/workflows/3.1.x-framework-event-listener.yml b/.github/workflows/3.1.x-framework-event-listener.yml index f01c7de0..b41e0cd6 100644 --- a/.github/workflows/3.1.x-framework-event-listener.yml +++ b/.github/workflows/3.1.x-framework-event-listener.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Event Listener on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: event_listener_app_test: name: Event Listener App Test diff --git a/.github/workflows/3.1.x-framework-hibernate-enhancer.yml b/.github/workflows/3.1.x-framework-hibernate-enhancer.yml index 5cb1d503..992ec23d 100644 --- a/.github/workflows/3.1.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.1.x-framework-hibernate-enhancer.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: hibernate_enhancer_app_test: name: Hibernate Enhancer App Test diff --git a/.github/workflows/3.1.x-framework-hibernate.yml b/.github/workflows/3.1.x-framework-hibernate.yml index 75201d6b..a01d48e9 100644 --- a/.github/workflows/3.1.x-framework-hibernate.yml +++ b/.github/workflows/3.1.x-framework-hibernate.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Hibernate on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: hibernate_app_test: name: Hibernate App Test diff --git a/.github/workflows/3.1.x-framework-jdbc-h2.yml b/.github/workflows/3.1.x-framework-jdbc-h2.yml index 8807f567..50065484 100644 --- a/.github/workflows/3.1.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.1.x-framework-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc H2 on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: jdbc_h2_app_test: name: Jdbc H2 App Test diff --git a/.github/workflows/3.1.x-framework-jdbc-mariadb.yml b/.github/workflows/3.1.x-framework-jdbc-mariadb.yml index ddba2838..9dcd4434 100644 --- a/.github/workflows/3.1.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.1.x-framework-jdbc-mariadb.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: jdbc_mariadb_app_test: name: Jdbc Mariadb App Test diff --git a/.github/workflows/3.1.x-framework-jdbc-mysql.yml b/.github/workflows/3.1.x-framework-jdbc-mysql.yml index 5ed4fbb4..dcd0497e 100644 --- a/.github/workflows/3.1.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.1.x-framework-jdbc-mysql.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: jdbc_mysql_app_test: name: Jdbc Mysql App Test diff --git a/.github/workflows/3.1.x-framework-jdbc-postgresql.yml b/.github/workflows/3.1.x-framework-jdbc-postgresql.yml index d7884d1f..b29249e5 100644 --- a/.github/workflows/3.1.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.1.x-framework-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: jdbc_postgresql_app_test: name: Jdbc Postgresql App Test diff --git a/.github/workflows/3.1.x-framework-kotlin-functional.yml b/.github/workflows/3.1.x-framework-kotlin-functional.yml index f0322f11..99db3085 100644 --- a/.github/workflows/3.1.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.1.x-framework-kotlin-functional.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Kotlin Functional on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: kotlin_functional_app_test: name: Kotlin Functional App Test diff --git a/.github/workflows/3.1.x-framework-mail.yml b/.github/workflows/3.1.x-framework-mail.yml index d776acfe..ab5e6dde 100644 --- a/.github/workflows/3.1.x-framework-mail.yml +++ b/.github/workflows/3.1.x-framework-mail.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Mail on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: mail_app_test: name: Mail App Test diff --git a/.github/workflows/3.1.x-framework-order.yml b/.github/workflows/3.1.x-framework-order.yml index 64a276d9..9db34cfd 100644 --- a/.github/workflows/3.1.x-framework-order.yml +++ b/.github/workflows/3.1.x-framework-order.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Order on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: order_app_test: name: Order App Test diff --git a/.github/workflows/3.1.x-framework-quartz.yml b/.github/workflows/3.1.x-framework-quartz.yml index b6224d39..ed20853d 100644 --- a/.github/workflows/3.1.x-framework-quartz.yml +++ b/.github/workflows/3.1.x-framework-quartz.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Quartz on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: quartz_app_test: name: Quartz App Test diff --git a/.github/workflows/3.1.x-framework-rest-template.yml b/.github/workflows/3.1.x-framework-rest-template.yml index eb29a77a..2924a483 100644 --- a/.github/workflows/3.1.x-framework-rest-template.yml +++ b/.github/workflows/3.1.x-framework-rest-template.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Rest Template on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: rest_template_app_test: name: Rest Template App Test diff --git a/.github/workflows/3.1.x-framework-rsocket.yml b/.github/workflows/3.1.x-framework-rsocket.yml index b75dfc1a..3a4b4bac 100644 --- a/.github/workflows/3.1.x-framework-rsocket.yml +++ b/.github/workflows/3.1.x-framework-rsocket.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Rsocket on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: rsocket_app_test: name: Rsocket App Test diff --git a/.github/workflows/3.1.x-framework-scheduled.yml b/.github/workflows/3.1.x-framework-scheduled.yml index 2b46853e..71f4135f 100644 --- a/.github/workflows/3.1.x-framework-scheduled.yml +++ b/.github/workflows/3.1.x-framework-scheduled.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Scheduled on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: scheduled_app_test: name: Scheduled App Test diff --git a/.github/workflows/3.1.x-framework-tcf.yml b/.github/workflows/3.1.x-framework-tcf.yml index 44c635d6..25a20a1b 100644 --- a/.github/workflows/3.1.x-framework-tcf.yml +++ b/.github/workflows/3.1.x-framework-tcf.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Tcf on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: tcf_test: name: Tcf Test diff --git a/.github/workflows/3.1.x-framework-transactional-event-listener.yml b/.github/workflows/3.1.x-framework-transactional-event-listener.yml index 5695d74b..ce3c9360 100644 --- a/.github/workflows/3.1.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.1.x-framework-transactional-event-listener.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: transactional_event_listener_app_test: name: Transactional Event Listener App Test diff --git a/.github/workflows/3.1.x-framework-transactional.yml b/.github/workflows/3.1.x-framework-transactional.yml index 477fa2ff..7f3b8127 100644 --- a/.github/workflows/3.1.x-framework-transactional.yml +++ b/.github/workflows/3.1.x-framework-transactional.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Transactional on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: transactional_app_test: name: Transactional App Test diff --git a/.github/workflows/3.1.x-framework-validation.yml b/.github/workflows/3.1.x-framework-validation.yml index 2365ee80..65f472fc 100644 --- a/.github/workflows/3.1.x-framework-validation.yml +++ b/.github/workflows/3.1.x-framework-validation.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Validation on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: validation_app_test: name: Validation App Test diff --git a/.github/workflows/3.1.x-framework-webclient.yml b/.github/workflows/3.1.x-framework-webclient.yml index 76c9feb8..95e1a548 100644 --- a/.github/workflows/3.1.x-framework-webclient.yml +++ b/.github/workflows/3.1.x-framework-webclient.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webclient on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webclient_app_test: name: Webclient App Test diff --git a/.github/workflows/3.1.x-framework-webflux-jetty.yml b/.github/workflows/3.1.x-framework-webflux-jetty.yml index 4d959161..c509a335 100644 --- a/.github/workflows/3.1.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.1.x-framework-webflux-jetty.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Jetty on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webflux_jetty_app_test: name: Webflux Jetty App Test diff --git a/.github/workflows/3.1.x-framework-webflux-netty-tls.yml b/.github/workflows/3.1.x-framework-webflux-netty-tls.yml index 4bd6bc82..bb549e6f 100644 --- a/.github/workflows/3.1.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.1.x-framework-webflux-netty-tls.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webflux_netty_tls_app_test: name: Webflux Netty Tls App Test diff --git a/.github/workflows/3.1.x-framework-webflux-netty.yml b/.github/workflows/3.1.x-framework-webflux-netty.yml index 64ae2bab..36bb59e5 100644 --- a/.github/workflows/3.1.x-framework-webflux-netty.yml +++ b/.github/workflows/3.1.x-framework-webflux-netty.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Netty on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webflux_netty_app_test: name: Webflux Netty App Test diff --git a/.github/workflows/3.1.x-framework-webflux-undertow.yml b/.github/workflows/3.1.x-framework-webflux-undertow.yml index eab9326e..87da3a82 100644 --- a/.github/workflows/3.1.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.1.x-framework-webflux-undertow.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Undertow on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webflux_undertow_app_test: name: Webflux Undertow App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml index abffa686..bbb176ba 100644 --- a/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_tls_app_test: name: Webmvc Jetty Tls App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-jetty.yml b/.github/workflows/3.1.x-framework-webmvc-jetty.yml index a0a15d3f..c57e7502 100644 --- a/.github/workflows/3.1.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.1.x-framework-webmvc-jetty.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_app_test: name: Webmvc Jetty App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml index 253453a4..668f2a2f 100644 --- a/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: name: Webmvc Tomcat Tls App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-tomcat.yml b/.github/workflows/3.1.x-framework-webmvc-tomcat.yml index dd73e34a..47f557b2 100644 --- a/.github/workflows/3.1.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.1.x-framework-webmvc-tomcat.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_app_test: name: Webmvc Tomcat App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml index b5d9f378..d595b91e 100644 --- a/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_tls_app_test: name: Webmvc Undertow Tls App Test diff --git a/.github/workflows/3.1.x-framework-webmvc-undertow.yml b/.github/workflows/3.1.x-framework-webmvc-undertow.yml index d99001b4..23053c82 100644 --- a/.github/workflows/3.1.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.1.x-framework-webmvc-undertow.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_app_test: name: Webmvc Undertow App Test diff --git a/.github/workflows/3.1.x-framework-websocket-jetty.yml b/.github/workflows/3.1.x-framework-websocket-jetty.yml index dd52c01b..692c7727 100644 --- a/.github/workflows/3.1.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.1.x-framework-websocket-jetty.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Jetty on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: websocket_jetty_app_test: name: Websocket Jetty App Test diff --git a/.github/workflows/3.1.x-framework-websocket-stomp.yml b/.github/workflows/3.1.x-framework-websocket-stomp.yml index edd160a0..34d14f1b 100644 --- a/.github/workflows/3.1.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.1.x-framework-websocket-stomp.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Stomp on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: websocket_stomp_app_test: name: Websocket Stomp App Test diff --git a/.github/workflows/3.1.x-framework-websocket-tomcat.yml b/.github/workflows/3.1.x-framework-websocket-tomcat.yml index 3a2becce..431fbcde 100644 --- a/.github/workflows/3.1.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.1.x-framework-websocket-tomcat.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: websocket_tomcat_app_test: name: Websocket Tomcat App Test diff --git a/.github/workflows/3.1.x-framework-websocket-undertow.yml b/.github/workflows/3.1.x-framework-websocket-undertow.yml index 544fcba3..2455a3e5 100644 --- a/.github/workflows/3.1.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.1.x-framework-websocket-undertow.yml @@ -2,6 +2,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Undertow on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: websocket_undertow_app_test: name: Websocket Undertow App Test diff --git a/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml index 5c7c364b..fcf11bc1 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml @@ -2,6 +2,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: name: Graphql Webflux Rsocket App Test diff --git a/.github/workflows/3.1.x-graphql-graphql-webflux.yml b/.github/workflows/3.1.x-graphql-graphql-webflux.yml index c61581e8..03978375 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: graphql_webflux_app_test: name: Graphql Webflux App Test diff --git a/.github/workflows/3.1.x-graphql-graphql-webmvc.yml b/.github/workflows/3.1.x-graphql-graphql-webmvc.yml index 9e29ddc0..c7e8a4db 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: graphql_webmvc_app_test: name: Graphql Webmvc App Test diff --git a/.github/workflows/3.1.x-integration-integration.yml b/.github/workflows/3.1.x-integration-integration.yml index 5b3b6c92..bd161106 100644 --- a/.github/workflows/3.1.x-integration-integration.yml +++ b/.github/workflows/3.1.x-integration-integration.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Integration on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: integration_app_test: name: Integration App Test diff --git a/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml index 8ccc9b97..9dd9b914 100644 --- a/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_amqp_rabbit_app_test: name: Spring Amqp Rabbit App Test diff --git a/.github/workflows/3.1.x-integration-spring-kafka-avro.yml b/.github/workflows/3.1.x-integration-spring-kafka-avro.yml index d6ab7ce0..a784d033 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka-avro.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_kafka_avro_app_test: name: Spring Kafka Avro App Test diff --git a/.github/workflows/3.1.x-integration-spring-kafka-streams.yml b/.github/workflows/3.1.x-integration-spring-kafka-streams.yml index 96be9d27..0eecb16a 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka-streams.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_kafka_streams_app_test: name: Spring Kafka Streams App Test diff --git a/.github/workflows/3.1.x-integration-spring-kafka.yml b/.github/workflows/3.1.x-integration-spring-kafka.yml index 30f19ce5..2cbeb6cc 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_kafka_app_test: name: Spring Kafka App Test diff --git a/.github/workflows/3.1.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.1.x-integration-spring-pulsar-reactive.yml index ea0ab53f..6c9f3cb8 100644 --- a/.github/workflows/3.1.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.1.x-integration-spring-pulsar-reactive.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_pulsar_reactive_app_test: name: Spring Pulsar Reactive App Test diff --git a/.github/workflows/3.1.x-integration-spring-pulsar.yml b/.github/workflows/3.1.x-integration-spring-pulsar.yml index 458b347c..d2531580 100644 --- a/.github/workflows/3.1.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.1.x-integration-spring-pulsar.yml @@ -2,6 +2,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Pulsar on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: spring_pulsar_app_test: name: Spring Pulsar App Test diff --git a/.github/workflows/3.1.x-security-ldap-odm.yml b/.github/workflows/3.1.x-security-ldap-odm.yml index a102851a..85a87132 100644 --- a/.github/workflows/3.1.x-security-ldap-odm.yml +++ b/.github/workflows/3.1.x-security-ldap-odm.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Ldap Odm on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: ldap_odm_app_test: name: Ldap Odm App Test diff --git a/.github/workflows/3.1.x-security-security-ldap.yml b/.github/workflows/3.1.x-security-security-ldap.yml index 8cfc20a2..3d3cf6e3 100644 --- a/.github/workflows/3.1.x-security-security-ldap.yml +++ b/.github/workflows/3.1.x-security-security-ldap.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Ldap on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_ldap_app_test: name: Security Ldap App Test diff --git a/.github/workflows/3.1.x-security-security-method.yml b/.github/workflows/3.1.x-security-security-method.yml index 106c5d94..10dc68e9 100644 --- a/.github/workflows/3.1.x-security-security-method.yml +++ b/.github/workflows/3.1.x-security-security-method.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Method on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_method_app_test: name: Security Method App Test diff --git a/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml index 63f4876b..b714c512 100644 --- a/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: name: Security Oauth2 Authorization Server App Test diff --git a/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml index c69ef87d..a1bd65bd 100644 --- a/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_oauth2_resource_server_app_test: name: Security Oauth2 Resource Server App Test diff --git a/.github/workflows/3.1.x-security-security-thymeleaf.yml b/.github/workflows/3.1.x-security-security-thymeleaf.yml index b81ce9fd..e61c13e2 100644 --- a/.github/workflows/3.1.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.1.x-security-security-thymeleaf.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Thymeleaf on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_thymeleaf_app_test: name: Security Thymeleaf App Test diff --git a/.github/workflows/3.1.x-security-security-webflux.yml b/.github/workflows/3.1.x-security-security-webflux.yml index 46d04a2a..67d3cbde 100644 --- a/.github/workflows/3.1.x-security-security-webflux.yml +++ b/.github/workflows/3.1.x-security-security-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_webflux_app_test: name: Security Webflux App Test diff --git a/.github/workflows/3.1.x-security-security-webmvc.yml b/.github/workflows/3.1.x-security-security-webmvc.yml index 40803dbd..901e42da 100644 --- a/.github/workflows/3.1.x-security-security-webmvc.yml +++ b/.github/workflows/3.1.x-security-security-webmvc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Security Smoke Tests | Security Webmvc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: security_webmvc_app_test: name: Security Webmvc App Test diff --git a/.github/workflows/3.1.x-session-session-jdbc.yml b/.github/workflows/3.1.x-session-session-jdbc.yml index da18174e..d42b7096 100644 --- a/.github/workflows/3.1.x-session-session-jdbc.yml +++ b/.github/workflows/3.1.x-session-session-jdbc.yml @@ -2,6 +2,7 @@ name: 3.1.x | Session Smoke Tests | Session Jdbc on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: session_jdbc_app_test: name: Session Jdbc App Test diff --git a/.github/workflows/3.1.x-session-session-redis-webflux.yml b/.github/workflows/3.1.x-session-session-redis-webflux.yml index 4dfed621..e2b2cadf 100644 --- a/.github/workflows/3.1.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.1.x-session-session-redis-webflux.yml @@ -2,6 +2,7 @@ name: 3.1.x | Session Smoke Tests | Session Redis Webflux on: schedule: - cron : '20 0 * * *' + workflow_dispatch: jobs: session_redis_webflux_app_test: name: Session Redis Webflux App Test diff --git a/.github/workflows/3.2.x-batch-batch.yml b/.github/workflows/3.2.x-batch-batch.yml index 9c954daa..05ec6d24 100644 --- a/.github/workflows/3.2.x-batch-batch.yml +++ b/.github/workflows/3.2.x-batch-batch.yml @@ -2,6 +2,7 @@ name: 3.2.x | Batch Smoke Tests | Batch on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: batch_app_test: name: Batch App Test diff --git a/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml index a4d05c18..0d670f83 100644 --- a/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: name: Actuator Webflux Mgmt Port App Test diff --git a/.github/workflows/3.2.x-boot-actuator-webflux.yml b/.github/workflows/3.2.x-boot-actuator-webflux.yml index 049ea2c3..d09fc444 100644 --- a/.github/workflows/3.2.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.2.x-boot-actuator-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: actuator_webflux_app_test: name: Actuator Webflux App Test diff --git a/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml index e95b901d..bb08724d 100644 --- a/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: name: Actuator Webmvc Mgmt Port App Test diff --git a/.github/workflows/3.2.x-boot-actuator-webmvc.yml b/.github/workflows/3.2.x-boot-actuator-webmvc.yml index 81c965a3..01e48131 100644 --- a/.github/workflows/3.2.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.2.x-boot-actuator-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: actuator_webmvc_app_test: name: Actuator Webmvc App Test diff --git a/.github/workflows/3.2.x-boot-boot-tcf.yml b/.github/workflows/3.2.x-boot-boot-tcf.yml index 18642a2c..19174e9b 100644 --- a/.github/workflows/3.2.x-boot-boot-tcf.yml +++ b/.github/workflows/3.2.x-boot-boot-tcf.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Boot Tcf on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: boot_tcf_test: name: Boot Tcf Test diff --git a/.github/workflows/3.2.x-boot-command-line-runner.yml b/.github/workflows/3.2.x-boot-command-line-runner.yml index e8f03dde..3843a82b 100644 --- a/.github/workflows/3.2.x-boot-command-line-runner.yml +++ b/.github/workflows/3.2.x-boot-command-line-runner.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Command Line Runner on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: command_line_runner_app_test: name: Command Line Runner App Test diff --git a/.github/workflows/3.2.x-boot-conditional.yml b/.github/workflows/3.2.x-boot-conditional.yml index 7b4396f8..7756b6b0 100644 --- a/.github/workflows/3.2.x-boot-conditional.yml +++ b/.github/workflows/3.2.x-boot-conditional.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Conditional on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: conditional_app_test: name: Conditional App Test diff --git a/.github/workflows/3.2.x-boot-configuration-properties.yml b/.github/workflows/3.2.x-boot-configuration-properties.yml index ea174386..946ec0d7 100644 --- a/.github/workflows/3.2.x-boot-configuration-properties.yml +++ b/.github/workflows/3.2.x-boot-configuration-properties.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Configuration Properties on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: configuration_properties_app_test: name: Configuration Properties App Test diff --git a/.github/workflows/3.2.x-boot-custom-banner.yml b/.github/workflows/3.2.x-boot-custom-banner.yml index e5f136f8..211017e8 100644 --- a/.github/workflows/3.2.x-boot-custom-banner.yml +++ b/.github/workflows/3.2.x-boot-custom-banner.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Custom Banner on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: custom_banner_app_test: name: Custom Banner App Test diff --git a/.github/workflows/3.2.x-boot-flyway.yml b/.github/workflows/3.2.x-boot-flyway.yml index d1934817..530f09fa 100644 --- a/.github/workflows/3.2.x-boot-flyway.yml +++ b/.github/workflows/3.2.x-boot-flyway.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Flyway on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: flyway_app_test: name: Flyway App Test diff --git a/.github/workflows/3.2.x-boot-freemarker-webflux.yml b/.github/workflows/3.2.x-boot-freemarker-webflux.yml index daf99394..ae6eee6d 100644 --- a/.github/workflows/3.2.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.2.x-boot-freemarker-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: freemarker_webflux_app_test: name: Freemarker Webflux App Test diff --git a/.github/workflows/3.2.x-boot-freemarker-webmvc.yml b/.github/workflows/3.2.x-boot-freemarker-webmvc.yml index 80086382..05ca6692 100644 --- a/.github/workflows/3.2.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.2.x-boot-freemarker-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: freemarker_webmvc_app_test: name: Freemarker Webmvc App Test diff --git a/.github/workflows/3.2.x-boot-json.yml b/.github/workflows/3.2.x-boot-json.yml index 17f44f4c..a1bd6674 100644 --- a/.github/workflows/3.2.x-boot-json.yml +++ b/.github/workflows/3.2.x-boot-json.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Json on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: json_app_test: name: Json App Test diff --git a/.github/workflows/3.2.x-boot-liquibase.yml b/.github/workflows/3.2.x-boot-liquibase.yml index 6e017acc..e105972b 100644 --- a/.github/workflows/3.2.x-boot-liquibase.yml +++ b/.github/workflows/3.2.x-boot-liquibase.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Liquibase on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: liquibase_app_test: name: Liquibase App Test diff --git a/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml index 068f2f38..abf9f93f 100644 --- a/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: logging_logback_spring_xml_app_test: name: Logging Logback Spring Xml App Test diff --git a/.github/workflows/3.2.x-boot-logging-logback-xml.yml b/.github/workflows/3.2.x-boot-logging-logback-xml.yml index 6576902a..85bbe444 100644 --- a/.github/workflows/3.2.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.2.x-boot-logging-logback-xml.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: logging_logback_xml_app_test: name: Logging Logback Xml App Test diff --git a/.github/workflows/3.2.x-boot-logging-logback.yml b/.github/workflows/3.2.x-boot-logging-logback.yml index 0666c089..56c214f4 100644 --- a/.github/workflows/3.2.x-boot-logging-logback.yml +++ b/.github/workflows/3.2.x-boot-logging-logback.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: logging_logback_app_test: name: Logging Logback App Test diff --git a/.github/workflows/3.2.x-boot-mustache-webflux.yml b/.github/workflows/3.2.x-boot-mustache-webflux.yml index e1dbf7aa..6fa82119 100644 --- a/.github/workflows/3.2.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.2.x-boot-mustache-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Mustache Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: mustache_webflux_app_test: name: Mustache Webflux App Test diff --git a/.github/workflows/3.2.x-boot-mustache-webmvc.yml b/.github/workflows/3.2.x-boot-mustache-webmvc.yml index b6f0ade0..33a3d10e 100644 --- a/.github/workflows/3.2.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.2.x-boot-mustache-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: mustache_webmvc_app_test: name: Mustache Webmvc App Test diff --git a/.github/workflows/3.2.x-boot-servlet-component-scan.yml b/.github/workflows/3.2.x-boot-servlet-component-scan.yml index 0e3912c6..65a250f7 100644 --- a/.github/workflows/3.2.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.2.x-boot-servlet-component-scan.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: servlet_component_scan_app_test: name: Servlet Component Scan App Test diff --git a/.github/workflows/3.2.x-boot-servlet-jetty.yml b/.github/workflows/3.2.x-boot-servlet-jetty.yml index 790ef5df..86410854 100644 --- a/.github/workflows/3.2.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.2.x-boot-servlet-jetty.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Jetty on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: servlet_jetty_app_test: name: Servlet Jetty App Test diff --git a/.github/workflows/3.2.x-boot-servlet-tomcat.yml b/.github/workflows/3.2.x-boot-servlet-tomcat.yml index 8f87085c..961fcd2e 100644 --- a/.github/workflows/3.2.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.2.x-boot-servlet-tomcat.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: servlet_tomcat_app_test: name: Servlet Tomcat App Test diff --git a/.github/workflows/3.2.x-boot-servlet-undertow.yml b/.github/workflows/3.2.x-boot-servlet-undertow.yml index 0583cc32..418c2189 100644 --- a/.github/workflows/3.2.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.2.x-boot-servlet-undertow.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Undertow on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: servlet_undertow_app_test: name: Servlet Undertow App Test diff --git a/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml index ab054112..3980a227 100644 --- a/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: thymeleaf_webflux_app_test: name: Thymeleaf Webflux App Test diff --git a/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml index bff96ad5..0531ec4a 100644 --- a/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: thymeleaf_webmvc_app_test: name: Thymeleaf Webmvc App Test diff --git a/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml index 85885a75..a228fe66 100644 --- a/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: tracing_brave_zipkin_app_test: name: Tracing Brave Zipkin App Test diff --git a/.github/workflows/3.2.x-boot-xml-config.yml b/.github/workflows/3.2.x-boot-xml-config.yml index 8dfb0038..2e843a1d 100644 --- a/.github/workflows/3.2.x-boot-xml-config.yml +++ b/.github/workflows/3.2.x-boot-xml-config.yml @@ -2,6 +2,7 @@ name: 3.2.x | Boot Smoke Tests | Xml Config on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: xml_config_app_test: name: Xml Config App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-config-client.yml b/.github/workflows/3.2.x-cloud-cloud-config-client.yml index d6bf476a..178c4f4e 100644 --- a/.github/workflows/3.2.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.2.x-cloud-cloud-config-client.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_config_client_app_test: name: Cloud Config Client App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml index ad0b3568..4776bc15 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_discovery_consul_app_test: name: Cloud Discovery Consul App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml index a3cc9ccc..00a263cc 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_discovery_eureka_app_test: name: Cloud Discovery Eureka App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml index 639eeb2d..778e5f02 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: name: Cloud Discovery Zookeeper App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-function-web.yml b/.github/workflows/3.2.x-cloud-cloud-function-web.yml index 474ad3ec..2370f6f5 100644 --- a/.github/workflows/3.2.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.2.x-cloud-cloud-function-web.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_function_web_app_test: name: Cloud Function Web App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml index a66cc611..5c9c5035 100644 --- a/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_function_webflux_app_test: name: Cloud Function Webflux App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-gateway.yml b/.github/workflows/3.2.x-cloud-cloud-gateway.yml index 061e2552..342780ea 100644 --- a/.github/workflows/3.2.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.2.x-cloud-cloud-gateway.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_gateway_app_test: name: Cloud Gateway App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml index b694630a..9a18656c 100644 --- a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: name: Cloud Loadbalancing Web App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml index b5246126..fd9abf1f 100644 --- a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: name: Cloud Loadbalancing Webflux App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-openfeign.yml b/.github/workflows/3.2.x-cloud-cloud-openfeign.yml index 63bf8915..a1ecde94 100644 --- a/.github/workflows/3.2.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.2.x-cloud-cloud-openfeign.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_openfeign_app_test: name: Cloud Openfeign App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml index 002fd5fd..5651974c 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Kafka Streams on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_stream_kafka_streams_app_test: name: Cloud Stream Kafka Streams App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml index 983f2c33..ee3c1dd9 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_stream_kafka_app_test: name: Cloud Stream Kafka App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml index 5885f9d5..526b2dfb 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_stream_pulsar_app_test: name: Cloud Stream Pulsar App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml index 20ace4b2..d845ef86 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_stream_rabbit_app_test: name: Cloud Stream Rabbit App Test diff --git a/.github/workflows/3.2.x-cloud-cloud-task.yml b/.github/workflows/3.2.x-cloud-cloud-task.yml index 7517a6a4..347a85e0 100644 --- a/.github/workflows/3.2.x-cloud-cloud-task.yml +++ b/.github/workflows/3.2.x-cloud-cloud-task.yml @@ -2,6 +2,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Task on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cloud_task_app_test: name: Cloud Task App Test diff --git a/.github/workflows/3.2.x-data-data-cassandra-reactive.yml b/.github/workflows/3.2.x-data-data-cassandra-reactive.yml index ce5b867a..6c3780cb 100644 --- a/.github/workflows/3.2.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.2.x-data-data-cassandra-reactive.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_cassandra_reactive_app_test: name: Data Cassandra Reactive App Test diff --git a/.github/workflows/3.2.x-data-data-cassandra.yml b/.github/workflows/3.2.x-data-data-cassandra.yml index c24b1d07..5fbc3ec7 100644 --- a/.github/workflows/3.2.x-data-data-cassandra.yml +++ b/.github/workflows/3.2.x-data-data-cassandra.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Cassandra on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_cassandra_app_test: name: Data Cassandra App Test diff --git a/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml index edefd471..199293cc 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: name: Data Jdbc H2 Kotlin App Test diff --git a/.github/workflows/3.2.x-data-data-jdbc-h2.yml b/.github/workflows/3.2.x-data-data-jdbc-h2.yml index 32414d8f..717fc8b6 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jdbc_h2_app_test: name: Data Jdbc H2 App Test diff --git a/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml index 99ef6564..dd74fb00 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jdbc_postgresql_app_test: name: Data Jdbc Postgresql App Test diff --git a/.github/workflows/3.2.x-data-data-jpa-entityscan.yml b/.github/workflows/3.2.x-data-data-jpa-entityscan.yml index 2253c5f3..abfbaef3 100644 --- a/.github/workflows/3.2.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.2.x-data-data-jpa-entityscan.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jpa_entityscan_app_test: name: Data Jpa Entityscan App Test diff --git a/.github/workflows/3.2.x-data-data-jpa-kotlin.yml b/.github/workflows/3.2.x-data-data-jpa-kotlin.yml index 476d93ef..666ff976 100644 --- a/.github/workflows/3.2.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.2.x-data-data-jpa-kotlin.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jpa_kotlin_app_test: name: Data Jpa Kotlin App Test diff --git a/.github/workflows/3.2.x-data-data-jpa.yml b/.github/workflows/3.2.x-data-data-jpa.yml index f7a01aff..b5a2a74d 100644 --- a/.github/workflows/3.2.x-data-data-jpa.yml +++ b/.github/workflows/3.2.x-data-data-jpa.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_jpa_app_test: name: Data Jpa App Test diff --git a/.github/workflows/3.2.x-data-data-mongodb-reactive.yml b/.github/workflows/3.2.x-data-data-mongodb-reactive.yml index 4ce39344..b02fffe9 100644 --- a/.github/workflows/3.2.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.2.x-data-data-mongodb-reactive.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_mongodb_reactive_app_test: name: Data Mongodb Reactive App Test diff --git a/.github/workflows/3.2.x-data-data-mongodb.yml b/.github/workflows/3.2.x-data-data-mongodb.yml index e276b9fc..d8797d44 100644 --- a/.github/workflows/3.2.x-data-data-mongodb.yml +++ b/.github/workflows/3.2.x-data-data-mongodb.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Mongodb on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_mongodb_app_test: name: Data Mongodb App Test diff --git a/.github/workflows/3.2.x-data-data-neo4j.yml b/.github/workflows/3.2.x-data-data-neo4j.yml index ab244980..6ed2e37b 100644 --- a/.github/workflows/3.2.x-data-data-neo4j.yml +++ b/.github/workflows/3.2.x-data-data-neo4j.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Neo4j on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_neo4j_app_test: name: Data Neo4j App Test diff --git a/.github/workflows/3.2.x-data-data-r2dbc.yml b/.github/workflows/3.2.x-data-data-r2dbc.yml index 4f7114b5..cbff4256 100644 --- a/.github/workflows/3.2.x-data-data-r2dbc.yml +++ b/.github/workflows/3.2.x-data-data-r2dbc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data R2dbc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_r2dbc_app_test: name: Data R2dbc App Test diff --git a/.github/workflows/3.2.x-data-data-redis-reactive.yml b/.github/workflows/3.2.x-data-data-redis-reactive.yml index 43865ff8..c43fe733 100644 --- a/.github/workflows/3.2.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.2.x-data-data-redis-reactive.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Redis Reactive on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_redis_reactive_app_test: name: Data Redis Reactive App Test diff --git a/.github/workflows/3.2.x-data-data-redis.yml b/.github/workflows/3.2.x-data-data-redis.yml index 1d27abd4..fa1d5302 100644 --- a/.github/workflows/3.2.x-data-data-redis.yml +++ b/.github/workflows/3.2.x-data-data-redis.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Redis on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_redis_app_test: name: Data Redis App Test diff --git a/.github/workflows/3.2.x-data-data-rest-mongodb.yml b/.github/workflows/3.2.x-data-data-rest-mongodb.yml index 0ec35fc5..07ff76f3 100644 --- a/.github/workflows/3.2.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.2.x-data-data-rest-mongodb.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: data_rest_mongodb_app_test: name: Data Rest Mongodb App Test diff --git a/.github/workflows/3.2.x-data-hateoas.yml b/.github/workflows/3.2.x-data-hateoas.yml index 3fd08666..89d7a54c 100644 --- a/.github/workflows/3.2.x-data-hateoas.yml +++ b/.github/workflows/3.2.x-data-hateoas.yml @@ -2,6 +2,7 @@ name: 3.2.x | Data Smoke Tests | Hateoas on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: hateoas_app_test: name: Hateoas App Test diff --git a/.github/workflows/3.2.x-framework-aspect.yml b/.github/workflows/3.2.x-framework-aspect.yml index 9f0b04db..c5f3ed42 100644 --- a/.github/workflows/3.2.x-framework-aspect.yml +++ b/.github/workflows/3.2.x-framework-aspect.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Aspect on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: aspect_app_test: name: Aspect App Test diff --git a/.github/workflows/3.2.x-framework-async.yml b/.github/workflows/3.2.x-framework-async.yml index 65246ac3..3e1a0c41 100644 --- a/.github/workflows/3.2.x-framework-async.yml +++ b/.github/workflows/3.2.x-framework-async.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Async on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: async_app_test: name: Async App Test diff --git a/.github/workflows/3.2.x-framework-cache-cache2k.yml b/.github/workflows/3.2.x-framework-cache-cache2k.yml index 86048aa3..9576527d 100644 --- a/.github/workflows/3.2.x-framework-cache-cache2k.yml +++ b/.github/workflows/3.2.x-framework-cache-cache2k.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Cache2k on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_cache2k_app_test: name: Cache Cache2k App Test diff --git a/.github/workflows/3.2.x-framework-cache-caffeine.yml b/.github/workflows/3.2.x-framework-cache-caffeine.yml index 9ef423e2..d09d8dd9 100644 --- a/.github/workflows/3.2.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.2.x-framework-cache-caffeine.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Caffeine on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_caffeine_app_test: name: Cache Caffeine App Test diff --git a/.github/workflows/3.2.x-framework-cache-hazelcast.yml b/.github/workflows/3.2.x-framework-cache-hazelcast.yml index a1edc8f0..5a483c0a 100644 --- a/.github/workflows/3.2.x-framework-cache-hazelcast.yml +++ b/.github/workflows/3.2.x-framework-cache-hazelcast.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Hazelcast on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_hazelcast_app_test: name: Cache Hazelcast App Test diff --git a/.github/workflows/3.2.x-framework-cache-redis.yml b/.github/workflows/3.2.x-framework-cache-redis.yml index 15764dd4..515bb1bc 100644 --- a/.github/workflows/3.2.x-framework-cache-redis.yml +++ b/.github/workflows/3.2.x-framework-cache-redis.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Redis on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_redis_app_test: name: Cache Redis App Test diff --git a/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml index ac0dbfea..116d5bcd 100644 --- a/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: name: Cache Simple Jdk Proxy App Test diff --git a/.github/workflows/3.2.x-framework-cache-simple.yml b/.github/workflows/3.2.x-framework-cache-simple.yml index bf455bc2..56e78844 100644 --- a/.github/workflows/3.2.x-framework-cache-simple.yml +++ b/.github/workflows/3.2.x-framework-cache-simple.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Simple on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: cache_simple_app_test: name: Cache Simple App Test diff --git a/.github/workflows/3.2.x-framework-configuration-class-proxy.yml b/.github/workflows/3.2.x-framework-configuration-class-proxy.yml index 78aaf0b0..6c9638f5 100644 --- a/.github/workflows/3.2.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.2.x-framework-configuration-class-proxy.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: configuration_class_proxy_app_test: name: Configuration Class Proxy App Test diff --git a/.github/workflows/3.2.x-framework-disposable.yml b/.github/workflows/3.2.x-framework-disposable.yml index d752c5c9..1e0901f4 100644 --- a/.github/workflows/3.2.x-framework-disposable.yml +++ b/.github/workflows/3.2.x-framework-disposable.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Disposable on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: disposable_app_test: name: Disposable App Test diff --git a/.github/workflows/3.2.x-framework-event-listener.yml b/.github/workflows/3.2.x-framework-event-listener.yml index 9922bcc5..a469a1aa 100644 --- a/.github/workflows/3.2.x-framework-event-listener.yml +++ b/.github/workflows/3.2.x-framework-event-listener.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Event Listener on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: event_listener_app_test: name: Event Listener App Test diff --git a/.github/workflows/3.2.x-framework-hibernate-enhancer.yml b/.github/workflows/3.2.x-framework-hibernate-enhancer.yml index 4f5a1a56..37a41169 100644 --- a/.github/workflows/3.2.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.2.x-framework-hibernate-enhancer.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: hibernate_enhancer_app_test: name: Hibernate Enhancer App Test diff --git a/.github/workflows/3.2.x-framework-hibernate.yml b/.github/workflows/3.2.x-framework-hibernate.yml index 9f7f02b6..f8968ea6 100644 --- a/.github/workflows/3.2.x-framework-hibernate.yml +++ b/.github/workflows/3.2.x-framework-hibernate.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Hibernate on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: hibernate_app_test: name: Hibernate App Test diff --git a/.github/workflows/3.2.x-framework-jdbc-h2.yml b/.github/workflows/3.2.x-framework-jdbc-h2.yml index 94ffb068..2989fae0 100644 --- a/.github/workflows/3.2.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.2.x-framework-jdbc-h2.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc H2 on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: jdbc_h2_app_test: name: Jdbc H2 App Test diff --git a/.github/workflows/3.2.x-framework-jdbc-mariadb.yml b/.github/workflows/3.2.x-framework-jdbc-mariadb.yml index 4258a5b4..89194276 100644 --- a/.github/workflows/3.2.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.2.x-framework-jdbc-mariadb.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: jdbc_mariadb_app_test: name: Jdbc Mariadb App Test diff --git a/.github/workflows/3.2.x-framework-jdbc-mysql.yml b/.github/workflows/3.2.x-framework-jdbc-mysql.yml index aa1445e5..8e681c17 100644 --- a/.github/workflows/3.2.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.2.x-framework-jdbc-mysql.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: jdbc_mysql_app_test: name: Jdbc Mysql App Test diff --git a/.github/workflows/3.2.x-framework-jdbc-postgresql.yml b/.github/workflows/3.2.x-framework-jdbc-postgresql.yml index c7a131b6..27d93042 100644 --- a/.github/workflows/3.2.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.2.x-framework-jdbc-postgresql.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: jdbc_postgresql_app_test: name: Jdbc Postgresql App Test diff --git a/.github/workflows/3.2.x-framework-kotlin-functional.yml b/.github/workflows/3.2.x-framework-kotlin-functional.yml index c499e23c..f8f5a537 100644 --- a/.github/workflows/3.2.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.2.x-framework-kotlin-functional.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Kotlin Functional on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: kotlin_functional_app_test: name: Kotlin Functional App Test diff --git a/.github/workflows/3.2.x-framework-mail.yml b/.github/workflows/3.2.x-framework-mail.yml index 4bff8521..79a1d6f1 100644 --- a/.github/workflows/3.2.x-framework-mail.yml +++ b/.github/workflows/3.2.x-framework-mail.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Mail on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: mail_app_test: name: Mail App Test diff --git a/.github/workflows/3.2.x-framework-order.yml b/.github/workflows/3.2.x-framework-order.yml index 3bce9588..1b4dc5a5 100644 --- a/.github/workflows/3.2.x-framework-order.yml +++ b/.github/workflows/3.2.x-framework-order.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Order on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: order_app_test: name: Order App Test diff --git a/.github/workflows/3.2.x-framework-quartz.yml b/.github/workflows/3.2.x-framework-quartz.yml index 50955503..9789f3f4 100644 --- a/.github/workflows/3.2.x-framework-quartz.yml +++ b/.github/workflows/3.2.x-framework-quartz.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Quartz on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: quartz_app_test: name: Quartz App Test diff --git a/.github/workflows/3.2.x-framework-resource.yml b/.github/workflows/3.2.x-framework-resource.yml index 00719a3c..17fc29d9 100644 --- a/.github/workflows/3.2.x-framework-resource.yml +++ b/.github/workflows/3.2.x-framework-resource.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Resource on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: resource_app_test: name: Resource App Test diff --git a/.github/workflows/3.2.x-framework-rest-template.yml b/.github/workflows/3.2.x-framework-rest-template.yml index 95dc2f2e..9b770637 100644 --- a/.github/workflows/3.2.x-framework-rest-template.yml +++ b/.github/workflows/3.2.x-framework-rest-template.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Rest Template on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: rest_template_app_test: name: Rest Template App Test diff --git a/.github/workflows/3.2.x-framework-rsocket.yml b/.github/workflows/3.2.x-framework-rsocket.yml index f5da3613..133fac5b 100644 --- a/.github/workflows/3.2.x-framework-rsocket.yml +++ b/.github/workflows/3.2.x-framework-rsocket.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Rsocket on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: rsocket_app_test: name: Rsocket App Test diff --git a/.github/workflows/3.2.x-framework-scheduled.yml b/.github/workflows/3.2.x-framework-scheduled.yml index f4b3a899..f2ce64cc 100644 --- a/.github/workflows/3.2.x-framework-scheduled.yml +++ b/.github/workflows/3.2.x-framework-scheduled.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Scheduled on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: scheduled_app_test: name: Scheduled App Test diff --git a/.github/workflows/3.2.x-framework-tcf.yml b/.github/workflows/3.2.x-framework-tcf.yml index 42692f3e..6d48a965 100644 --- a/.github/workflows/3.2.x-framework-tcf.yml +++ b/.github/workflows/3.2.x-framework-tcf.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Tcf on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: tcf_test: name: Tcf Test diff --git a/.github/workflows/3.2.x-framework-transactional-event-listener.yml b/.github/workflows/3.2.x-framework-transactional-event-listener.yml index dbe45775..c3249b85 100644 --- a/.github/workflows/3.2.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.2.x-framework-transactional-event-listener.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: transactional_event_listener_app_test: name: Transactional Event Listener App Test diff --git a/.github/workflows/3.2.x-framework-transactional.yml b/.github/workflows/3.2.x-framework-transactional.yml index 055993a9..8cee8ef9 100644 --- a/.github/workflows/3.2.x-framework-transactional.yml +++ b/.github/workflows/3.2.x-framework-transactional.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Transactional on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: transactional_app_test: name: Transactional App Test diff --git a/.github/workflows/3.2.x-framework-validation.yml b/.github/workflows/3.2.x-framework-validation.yml index fb4ef397..e6118e63 100644 --- a/.github/workflows/3.2.x-framework-validation.yml +++ b/.github/workflows/3.2.x-framework-validation.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Validation on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: validation_app_test: name: Validation App Test diff --git a/.github/workflows/3.2.x-framework-webclient.yml b/.github/workflows/3.2.x-framework-webclient.yml index ff36c3e4..1a6fb9ec 100644 --- a/.github/workflows/3.2.x-framework-webclient.yml +++ b/.github/workflows/3.2.x-framework-webclient.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webclient on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webclient_app_test: name: Webclient App Test diff --git a/.github/workflows/3.2.x-framework-webflux-jetty.yml b/.github/workflows/3.2.x-framework-webflux-jetty.yml index fe69f93a..3bde5176 100644 --- a/.github/workflows/3.2.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.2.x-framework-webflux-jetty.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Jetty on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webflux_jetty_app_test: name: Webflux Jetty App Test diff --git a/.github/workflows/3.2.x-framework-webflux-netty-tls.yml b/.github/workflows/3.2.x-framework-webflux-netty-tls.yml index 2d3a89e5..01ad8f5e 100644 --- a/.github/workflows/3.2.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.2.x-framework-webflux-netty-tls.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webflux_netty_tls_app_test: name: Webflux Netty Tls App Test diff --git a/.github/workflows/3.2.x-framework-webflux-netty.yml b/.github/workflows/3.2.x-framework-webflux-netty.yml index 64dac095..8677cb71 100644 --- a/.github/workflows/3.2.x-framework-webflux-netty.yml +++ b/.github/workflows/3.2.x-framework-webflux-netty.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Netty on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webflux_netty_app_test: name: Webflux Netty App Test diff --git a/.github/workflows/3.2.x-framework-webflux-undertow.yml b/.github/workflows/3.2.x-framework-webflux-undertow.yml index af173f2b..22ff328c 100644 --- a/.github/workflows/3.2.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.2.x-framework-webflux-undertow.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Undertow on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webflux_undertow_app_test: name: Webflux Undertow App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml index 3b816dfe..1561e3b1 100644 --- a/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_tls_app_test: name: Webmvc Jetty Tls App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-jetty.yml b/.github/workflows/3.2.x-framework-webmvc-jetty.yml index 2de84c69..3a5b8606 100644 --- a/.github/workflows/3.2.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.2.x-framework-webmvc-jetty.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_jetty_app_test: name: Webmvc Jetty App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml index c40dc33a..0ecc6538 100644 --- a/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: name: Webmvc Tomcat Tls App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-tomcat.yml b/.github/workflows/3.2.x-framework-webmvc-tomcat.yml index 3be6ecc2..9cf03793 100644 --- a/.github/workflows/3.2.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.2.x-framework-webmvc-tomcat.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_tomcat_app_test: name: Webmvc Tomcat App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml index 9c7093c1..a5b8efc1 100644 --- a/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_tls_app_test: name: Webmvc Undertow Tls App Test diff --git a/.github/workflows/3.2.x-framework-webmvc-undertow.yml b/.github/workflows/3.2.x-framework-webmvc-undertow.yml index 589a4192..b00e28ff 100644 --- a/.github/workflows/3.2.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.2.x-framework-webmvc-undertow.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: webmvc_undertow_app_test: name: Webmvc Undertow App Test diff --git a/.github/workflows/3.2.x-framework-websocket-jetty.yml b/.github/workflows/3.2.x-framework-websocket-jetty.yml index 99298db9..30699609 100644 --- a/.github/workflows/3.2.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.2.x-framework-websocket-jetty.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Jetty on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: websocket_jetty_app_test: name: Websocket Jetty App Test diff --git a/.github/workflows/3.2.x-framework-websocket-stomp.yml b/.github/workflows/3.2.x-framework-websocket-stomp.yml index 567d8cce..300a634c 100644 --- a/.github/workflows/3.2.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.2.x-framework-websocket-stomp.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Stomp on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: websocket_stomp_app_test: name: Websocket Stomp App Test diff --git a/.github/workflows/3.2.x-framework-websocket-tomcat.yml b/.github/workflows/3.2.x-framework-websocket-tomcat.yml index bba2e291..882df1d4 100644 --- a/.github/workflows/3.2.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.2.x-framework-websocket-tomcat.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: websocket_tomcat_app_test: name: Websocket Tomcat App Test diff --git a/.github/workflows/3.2.x-framework-websocket-undertow.yml b/.github/workflows/3.2.x-framework-websocket-undertow.yml index 38e3a9ec..628c4baa 100644 --- a/.github/workflows/3.2.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.2.x-framework-websocket-undertow.yml @@ -2,6 +2,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Undertow on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: websocket_undertow_app_test: name: Websocket Undertow App Test diff --git a/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml index fc76b777..d3c8d858 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml @@ -2,6 +2,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: name: Graphql Webflux Rsocket App Test diff --git a/.github/workflows/3.2.x-graphql-graphql-webflux.yml b/.github/workflows/3.2.x-graphql-graphql-webflux.yml index 991addba..a5f54e84 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: graphql_webflux_app_test: name: Graphql Webflux App Test diff --git a/.github/workflows/3.2.x-graphql-graphql-webmvc.yml b/.github/workflows/3.2.x-graphql-graphql-webmvc.yml index d1a61f00..ef9867fd 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: graphql_webmvc_app_test: name: Graphql Webmvc App Test diff --git a/.github/workflows/3.2.x-integration-integration.yml b/.github/workflows/3.2.x-integration-integration.yml index 2a28bb52..2e31ccf5 100644 --- a/.github/workflows/3.2.x-integration-integration.yml +++ b/.github/workflows/3.2.x-integration-integration.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Integration on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: integration_app_test: name: Integration App Test diff --git a/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml index 80da3c3d..664c0092 100644 --- a/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_amqp_rabbit_app_test: name: Spring Amqp Rabbit App Test diff --git a/.github/workflows/3.2.x-integration-spring-kafka-avro.yml b/.github/workflows/3.2.x-integration-spring-kafka-avro.yml index a88b066b..1d5cf018 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka-avro.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_kafka_avro_app_test: name: Spring Kafka Avro App Test diff --git a/.github/workflows/3.2.x-integration-spring-kafka-streams.yml b/.github/workflows/3.2.x-integration-spring-kafka-streams.yml index db5088bb..b041aec5 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka-streams.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_kafka_streams_app_test: name: Spring Kafka Streams App Test diff --git a/.github/workflows/3.2.x-integration-spring-kafka.yml b/.github/workflows/3.2.x-integration-spring-kafka.yml index 3371c16b..8756c553 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_kafka_app_test: name: Spring Kafka App Test diff --git a/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml index 4ea0ee0a..51494e64 100644 --- a/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_pulsar_reactive_app_test: name: Spring Pulsar Reactive App Test diff --git a/.github/workflows/3.2.x-integration-spring-pulsar.yml b/.github/workflows/3.2.x-integration-spring-pulsar.yml index 39bc8d85..794018a4 100644 --- a/.github/workflows/3.2.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.2.x-integration-spring-pulsar.yml @@ -2,6 +2,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Pulsar on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: spring_pulsar_app_test: name: Spring Pulsar App Test diff --git a/.github/workflows/3.2.x-security-ldap-odm.yml b/.github/workflows/3.2.x-security-ldap-odm.yml index 4e82a36e..88cfcf44 100644 --- a/.github/workflows/3.2.x-security-ldap-odm.yml +++ b/.github/workflows/3.2.x-security-ldap-odm.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Ldap Odm on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: ldap_odm_app_test: name: Ldap Odm App Test diff --git a/.github/workflows/3.2.x-security-security-ldap.yml b/.github/workflows/3.2.x-security-security-ldap.yml index 252a8fd2..e6560500 100644 --- a/.github/workflows/3.2.x-security-security-ldap.yml +++ b/.github/workflows/3.2.x-security-security-ldap.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Ldap on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_ldap_app_test: name: Security Ldap App Test diff --git a/.github/workflows/3.2.x-security-security-method.yml b/.github/workflows/3.2.x-security-security-method.yml index a4588eca..a7e33e81 100644 --- a/.github/workflows/3.2.x-security-security-method.yml +++ b/.github/workflows/3.2.x-security-security-method.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Method on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_method_app_test: name: Security Method App Test diff --git a/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml index 0dec0ccb..f4e100c6 100644 --- a/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: name: Security Oauth2 Authorization Server App Test diff --git a/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml index 76600ac2..54ade42a 100644 --- a/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_oauth2_resource_server_app_test: name: Security Oauth2 Resource Server App Test diff --git a/.github/workflows/3.2.x-security-security-thymeleaf.yml b/.github/workflows/3.2.x-security-security-thymeleaf.yml index e8b1ef23..7e18be15 100644 --- a/.github/workflows/3.2.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.2.x-security-security-thymeleaf.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Thymeleaf on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_thymeleaf_app_test: name: Security Thymeleaf App Test diff --git a/.github/workflows/3.2.x-security-security-webflux.yml b/.github/workflows/3.2.x-security-security-webflux.yml index 40bf9c29..8c7b5d10 100644 --- a/.github/workflows/3.2.x-security-security-webflux.yml +++ b/.github/workflows/3.2.x-security-security-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_webflux_app_test: name: Security Webflux App Test diff --git a/.github/workflows/3.2.x-security-security-webmvc.yml b/.github/workflows/3.2.x-security-security-webmvc.yml index a4261725..ad876acd 100644 --- a/.github/workflows/3.2.x-security-security-webmvc.yml +++ b/.github/workflows/3.2.x-security-security-webmvc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Security Smoke Tests | Security Webmvc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: security_webmvc_app_test: name: Security Webmvc App Test diff --git a/.github/workflows/3.2.x-session-session-jdbc.yml b/.github/workflows/3.2.x-session-session-jdbc.yml index 0b1ae1b3..67d3366d 100644 --- a/.github/workflows/3.2.x-session-session-jdbc.yml +++ b/.github/workflows/3.2.x-session-session-jdbc.yml @@ -2,6 +2,7 @@ name: 3.2.x | Session Smoke Tests | Session Jdbc on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: session_jdbc_app_test: name: Session Jdbc App Test diff --git a/.github/workflows/3.2.x-session-session-redis-webflux.yml b/.github/workflows/3.2.x-session-session-redis-webflux.yml index f6de465c..0616e6cf 100644 --- a/.github/workflows/3.2.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.2.x-session-session-redis-webflux.yml @@ -2,6 +2,7 @@ name: 3.2.x | Session Smoke Tests | Session Redis Webflux on: schedule: - cron : '30 0 * * *' + workflow_dispatch: jobs: session_redis_webflux_app_test: name: Session Redis Webflux App Test diff --git a/gradle/plugins/aot-smoke-test-ci-plugin/src/main/java/org/springframework/aot/gradle/GenerateGitHubActionsWorkflows.java b/gradle/plugins/aot-smoke-test-ci-plugin/src/main/java/org/springframework/aot/gradle/GenerateGitHubActionsWorkflows.java index a60a805e..3cc7e77a 100644 --- a/gradle/plugins/aot-smoke-test-ci-plugin/src/main/java/org/springframework/aot/gradle/GenerateGitHubActionsWorkflows.java +++ b/gradle/plugins/aot-smoke-test-ci-plugin/src/main/java/org/springframework/aot/gradle/GenerateGitHubActionsWorkflows.java @@ -79,6 +79,7 @@ public abstract class GenerateGitHubActionsWorkflows extends DefaultTask { writer.println("on:"); writer.println(" schedule:"); writer.println(" - cron : '" + getCronSchedule().get() + "'"); + writer.println(" workflow_dispatch:"); writer.println("jobs:"); if (smokeTest.appTests()) { writer.println(" " + jobId(smokeTest.name() + "_app_test") + ":");