From 62fe136cf9a53d89e94abb07774246cd0c583116 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Thu, 21 Dec 2023 17:48:12 +0200 Subject: [PATCH] small adjustments --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ba2c88e..aab70427 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ name: Interop Tests +concurrency: + group: Interop-tests + cancel-in-progress: false + on: schedule: - cron: '0 3 * * *'