From 170c313467210a10561b3564e26ccb48977a4844 Mon Sep 17 00:00:00 2001 From: Aurora <5505558+duggalsu@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:07:24 +0530 Subject: [PATCH] ci: Updated cron time to test trigger --- .github/workflows/bandit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index b339fbd7..1ae98175 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -13,7 +13,7 @@ name: Bandit on: schedule: - - cron: '35 4 * * 2' + - cron: '55 4 * * 2' jobs: bandit: