diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 58fd2b2f..60bd48ce 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -5,9 +5,9 @@ on: # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "tools" - cancel-in-progress: false +# concurrency: +# group: "tools" +# cancel-in-progress: false permissions: contents: write