From 421a3d288ef4ee08367a0f1d34807932cd9cd094 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 3 Dec 2021 18:06:45 +0100 Subject: [PATCH] Remove concurrency from test --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef07cdc..d5d4b5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,6 @@ on: schedule: - cron: '22 23 * * 5' -concurrency: - group: test-action-${{ github.ref }} - cancel-in-progress: true - jobs: test: name: Test