From 675f8aa33d90842cb25d37a520481c420426c103 Mon Sep 17 00:00:00 2001 From: Prashant Srivastava <50466688+srprash@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:49:33 -0800 Subject: [PATCH] enable scheduled .net lambda canary workflow --- .github/workflows/dotnet-lambda-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-lambda-canary.yml b/.github/workflows/dotnet-lambda-canary.yml index 19e602411..fc289b064 100644 --- a/.github/workflows/dotnet-lambda-canary.yml +++ b/.github/workflows/dotnet-lambda-canary.yml @@ -5,8 +5,8 @@ ## test the artifacts for App Signals enablement. name: DotNet Lambda Enablement Canary Testing on: - #schedule: - #- cron: '14,39 * * * *' # run the workflow at 14th and 39th minute of every hour + schedule: + - 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: