diff --git a/.github/workflows/docker-Espressif.yml b/.github/workflows/docker-Espressif.yml index be2c2755a..f0ed459bc 100644 --- a/.github/workflows/docker-Espressif.yml +++ b/.github/workflows/docker-Espressif.yml @@ -1,7 +1,7 @@ name: Test Espressif examples on various official Docker containers concurrency: group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true +# cancel-in-progress: true on: push: diff --git a/.github/workflows/multi-compiler.yml b/.github/workflows/multi-compiler.yml index 114dd20ed..c67c95886 100644 --- a/.github/workflows/multi-compiler.yml +++ b/.github/workflows/multi-compiler.yml @@ -1,7 +1,7 @@ name: Multiple compilers and versions concurrency: group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true +# cancel-in-progress: true on: push: diff --git a/.github/workflows/os-check.yml b/.github/workflows/os-check.yml index 23a7fb038..1c3415c14 100644 --- a/.github/workflows/os-check.yml +++ b/.github/workflows/os-check.yml @@ -1,7 +1,7 @@ name: Ubuntu-Macos-Windows Tests concurrency: group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true +# cancel-in-progress: true on: push: