From abce596f69c7dce2dc97e4f6b6cbd06cf9c997ca Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 21 Nov 2024 16:44:23 +0100 Subject: [PATCH] ci: Remove cancel in progress --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69947b3..029396e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,6 @@ env: SSID: "" PASSWORD: "" -# Cancel any currently running workflows from the same PR, branch, or -# tag when a new workflow is triggered. -# -# https://stackoverflow.com/a/66336834 -concurrency: - cancel-in-progress: true - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - jobs: # -------------------------------------------------------------------------- # Verify