diff --git a/.github/workflows/ci_run_fleet_provisioning_cfg.json b/.github/workflows/ci_run_fleet_provisioning_cfg.json index 06c32e7a..2ed25734 100644 --- a/.github/workflows/ci_run_fleet_provisioning_cfg.json +++ b/.github/workflows/ci_run_fleet_provisioning_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/FleetProvisioning", + "runnable_file": "samples/deprecated/FleetProvisioning", "runnable_region": "us-east-1", "runnable_main_class": "fleetprovisioning.FleetProvisioningSample", "arguments": [ diff --git a/.github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json b/.github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json index b9a4407a..5be9fb03 100644 --- a/.github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json +++ b/.github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/FleetProvisioning", + "runnable_file": "samples/deprecated/FleetProvisioning", "runnable_region": "us-east-1", "runnable_main_class": "fleetprovisioning.Mqtt5FleetProvisioningSample", "arguments": [ diff --git a/.github/workflows/ci_run_jobs_cfg.json b/.github/workflows/ci_run_jobs_cfg.json index 45cb4704..61e99c94 100644 --- a/.github/workflows/ci_run_jobs_cfg.json +++ b/.github/workflows/ci_run_jobs_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/Jobs", + "runnable_file": "samples/deprecated/Jobs", "runnable_region": "us-east-1", "runnable_main_class": "jobs.JobsSample", "arguments": [ diff --git a/.github/workflows/ci_run_jobs_mqtt5_cfg.json b/.github/workflows/ci_run_jobs_mqtt5_cfg.json index 3666d66c..07e600d1 100644 --- a/.github/workflows/ci_run_jobs_mqtt5_cfg.json +++ b/.github/workflows/ci_run_jobs_mqtt5_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/Jobs", + "runnable_file": "samples/deprecated/Jobs", "runnable_region": "us-east-1", "runnable_main_class": "jobs.Mqtt5JobsSample", "arguments": [ diff --git a/.github/workflows/ci_run_shadow_cfg.json b/.github/workflows/ci_run_shadow_cfg.json index f527accb..aad609da 100644 --- a/.github/workflows/ci_run_shadow_cfg.json +++ b/.github/workflows/ci_run_shadow_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/Shadow", + "runnable_file": "samples/deprecated/Shadow", "runnable_region": "us-east-1", "runnable_main_class": "shadow.ShadowSample", "arguments": [ diff --git a/.github/workflows/ci_run_shadow_mqtt5_cfg.json b/.github/workflows/ci_run_shadow_mqtt5_cfg.json index eea1d277..7db5c3bb 100644 --- a/.github/workflows/ci_run_shadow_mqtt5_cfg.json +++ b/.github/workflows/ci_run_shadow_mqtt5_cfg.json @@ -1,6 +1,6 @@ { "language": "Java", - "runnable_file": "samples/Shadow", + "runnable_file": "samples/deprecated/Shadow", "runnable_region": "us-east-1", "runnable_main_class": "shadow.Mqtt5ShadowSample", "arguments": [