From f01e778bbfd188d76f74f9c535144aa4246c877c Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 15:50:01 -0700 Subject: [PATCH] revert --- .github/workflows/compatibility.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index ee2f7a9be9ee..7a61051c49fe 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -16,9 +16,9 @@ on: # There's no point in testing an outdated version of the code. GitHub only allows # a limited number of job runners to be active at the same time, so it's better to cancel # pointless jobs early so that more useful jobs can run sooner. -# concurrency: -# group: exports-${{ github.workflow }}-${{ github.ref }} -# cancel-in-progress: true +concurrency: + group: exports-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true env: PUPPETEER_SKIP_DOWNLOAD: "true"