From ba39e98aaa4b14d2389c466e8849eaee1ee45022 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Fri, 6 Sep 2024 07:00:26 -0400 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 18efbc26..2216e71e 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -1,8 +1,8 @@ name: "Feature Flags CI/CD" on: push: - schedule: - - cron: '0 5 * * *' + #schedule: + # - cron: '0 5 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: