From d221a90bbd6f8b2c058f797ba5849eb12a9954ef Mon Sep 17 00:00:00 2001 From: Paulius Velesko Date: Sun, 22 Sep 2024 13:11:14 +0300 Subject: [PATCH] WIP --- .github/workflows/nightly-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 6ca0b9761..b1ba5a245 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -2,12 +2,12 @@ name: Nightly Tests on: schedule: - - cron: '* * * * *' # Always trigger + - cron: '*/5 * * * *' # Run every 5 minutes workflow_dispatch: # Allows manual triggering concurrency: - group: ci-group - cancel-in-progress: true + group: ${{ github.workflow }} + cancel-in-progress: false jobs: unit-tests-llvm-19-release: