diff --git a/.github/workflows/dotnet-ec2-canary.yml b/.github/workflows/dotnet-ec2-canary.yml index b283a34e0..292fcc5d9 100644 --- a/.github/workflows/dotnet-ec2-canary.yml +++ b/.github/workflows/dotnet-ec2-canary.yml @@ -9,7 +9,7 @@ name: Dotnet EC2 Enablement Canary Testing on: workflow_dispatch: # be able to run the workflow on demand schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '2,27 * * * *' # run the workflow at 2nd and 27th minute of every hour permissions: id-token: write diff --git a/.github/workflows/dotnet-eks-canary.yml b/.github/workflows/dotnet-eks-canary.yml index e77e2ffca..dc005799c 100644 --- a/.github/workflows/dotnet-eks-canary.yml +++ b/.github/workflows/dotnet-eks-canary.yml @@ -8,7 +8,7 @@ name: Dotnet EKS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '4,29 * * * *' # run the workflow at 4th and 29th minute of every hour workflow_dispatch: # be able to run the workflow on demand concurrency: diff --git a/.github/workflows/dotnet-k8s-canary.yml b/.github/workflows/dotnet-k8s-canary.yml index 3a19463a6..0bcc39344 100644 --- a/.github/workflows/dotnet-k8s-canary.yml +++ b/.github/workflows/dotnet-k8s-canary.yml @@ -9,7 +9,7 @@ name: Dotnet K8s Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/java-ec2-canary.yml b/.github/workflows/java-ec2-canary.yml index 332c078cd..79a7555d2 100644 --- a/.github/workflows/java-ec2-canary.yml +++ b/.github/workflows/java-ec2-canary.yml @@ -8,7 +8,7 @@ name: Java EC2 Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '6,31 * * * *' # run the workflow at 6th and 31th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/java-ecs-canary.yml b/.github/workflows/java-ecs-canary.yml index bd9946eae..c8a76ea55 100644 --- a/.github/workflows/java-ecs-canary.yml +++ b/.github/workflows/java-ecs-canary.yml @@ -7,7 +7,7 @@ name: Java ECS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/java-eks-canary.yml b/.github/workflows/java-eks-canary.yml index 8d9a4d0f9..c76f65d93 100644 --- a/.github/workflows/java-eks-canary.yml +++ b/.github/workflows/java-eks-canary.yml @@ -8,7 +8,7 @@ name: Java EKS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '8,33 * * * *' # run the workflow at 8th and 33th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/java-k8s-canary.yml b/.github/workflows/java-k8s-canary.yml index 9bbc2aac7..f79592921 100644 --- a/.github/workflows/java-k8s-canary.yml +++ b/.github/workflows/java-k8s-canary.yml @@ -9,7 +9,7 @@ name: Java K8s Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/node-ec2-canary.yml b/.github/workflows/node-ec2-canary.yml index 8bacbc428..9f2fe3160 100644 --- a/.github/workflows/node-ec2-canary.yml +++ b/.github/workflows/node-ec2-canary.yml @@ -8,7 +8,7 @@ name: Node EC2 Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '10,35 * * * *' # run the workflow at 10th and 35th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/node-eks-canary.yml b/.github/workflows/node-eks-canary.yml index 4a030faf2..ba6b18245 100644 --- a/.github/workflows/node-eks-canary.yml +++ b/.github/workflows/node-eks-canary.yml @@ -8,7 +8,7 @@ name: Node EKS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '12,37 * * * *' # run the workflow at 12th and 37th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/node-k8s-canary.yml b/.github/workflows/node-k8s-canary.yml index c6285ee03..4b11ec2a1 100644 --- a/.github/workflows/node-k8s-canary.yml +++ b/.github/workflows/node-k8s-canary.yml @@ -9,7 +9,7 @@ name: Node K8s Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/node-lambda-canary.yml b/.github/workflows/node-lambda-canary.yml index 479b4d502..fdda7119e 100644 --- a/.github/workflows/node-lambda-canary.yml +++ b/.github/workflows/node-lambda-canary.yml @@ -6,7 +6,7 @@ name: Node Lambda Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '14,39 * * * *' # run the workflow at 14th and 39th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/python-ec2-canary.yml b/.github/workflows/python-ec2-canary.yml index a8087a8b4..e79628def 100644 --- a/.github/workflows/python-ec2-canary.yml +++ b/.github/workflows/python-ec2-canary.yml @@ -8,7 +8,7 @@ name: Python EC2 Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '16,41 * * * *' # run the workflow at 16th and 41th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/python-ecs-canary.yml b/.github/workflows/python-ecs-canary.yml index dadea3d20..9dcc4d8b5 100644 --- a/.github/workflows/python-ecs-canary.yml +++ b/.github/workflows/python-ecs-canary.yml @@ -7,7 +7,7 @@ name: Python ECS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/python-eks-canary.yml b/.github/workflows/python-eks-canary.yml index 018183d99..203844e6e 100644 --- a/.github/workflows/python-eks-canary.yml +++ b/.github/workflows/python-eks-canary.yml @@ -8,7 +8,7 @@ name: Python EKS Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '18,43 * * * *' # run the workflow at 18th and 43th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/python-k8s-canary.yml b/.github/workflows/python-k8s-canary.yml index 663ed11ca..5d5395b69 100644 --- a/.github/workflows/python-k8s-canary.yml +++ b/.github/workflows/python-k8s-canary.yml @@ -7,7 +7,7 @@ name: Python K8s Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: diff --git a/.github/workflows/python-lambda-canary.yml b/.github/workflows/python-lambda-canary.yml index 24ca1fa49..711c8bee0 100644 --- a/.github/workflows/python-lambda-canary.yml +++ b/.github/workflows/python-lambda-canary.yml @@ -6,7 +6,7 @@ name: Python Lambda Enablement Canary Testing on: schedule: - - cron: '*/15 * * * *' # run the workflow every 15 minutes + - cron: '20,45 * * * *' # run the workflow at 20th and 45th minute of every hour workflow_dispatch: # be able to run the workflow on demand permissions: