From 64863a28f1586426df02c7c1ffb787fca53c6276 Mon Sep 17 00:00:00 2001 From: "ONBASE\\pwesolowski" Date: Mon, 20 Jan 2025 11:38:39 +0100 Subject: [PATCH] feat: updarted pipeline --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b77d589c..e1bfb4df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ on: - master - release/** - CIN-1300-Implement-nightly-job-to-run-Veracode-scan - # schedule: - # - cron: "*/6 * * * *" # Runs every night at midnight + schedule: + - cron: "*/6 * * 1,2,3,4,5 1,2,3,4,5,6" # Runs every night at midnight jobs: print-message: