From 87756a9c65b348c52b04faa92bb22a4b7f7a5ebb Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 15:49:21 -0700 Subject: [PATCH] cr --- .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 7a61051c49fe..ee2f7a9be9ee 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"