From 3e69d80d27b908164e444031f6f919871462bd71 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Thu, 13 Jul 2023 13:39:00 -0700 Subject: [PATCH] Use original concurrency rules in main This changelist restores the original concurrency rules to the "main" workflow for now, and we can consider this change separately in the future. Signed-off-by: Jonathan Stone --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb6539f6ff..fecdbf7a52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,6 @@ on: - '**.md' workflow_dispatch: -concurrency: - cancel-in-progress: true - group: ${{ github.workflow }}-${{ github.ref }} - jobs: build: