Skip to content

Commit

Permalink
Update actions for deprecated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Feb 24, 2025
1 parent 40c0cf6 commit 7e03d02
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_fleet_provisioning_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_jobs_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_jobs_mqtt5_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_shadow_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_shadow_mqtt5_cfg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 7e03d02

Please sign in to comment.