From 0b509c7e79aa6817065b41c564a8788db4b564da Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 27 Jul 2023 06:41:39 -0500 Subject: [PATCH] Remove concurrency groups for now. They seem to cause CI hangs --- .github/workflows/main_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 454ffb71a..01535306e 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -1,7 +1,7 @@ name: CI -concurrency: - group: ${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} +#concurrency: +# group: ${{ github.ref }} +# cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} on: # # Triggers the workflow on push but only for the master branch push: