From 899b943e900eec91dde7cd12c80839847a9f2ed9 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Mon, 10 Jun 2024 14:52:17 -0400 Subject: [PATCH] disable cancel-in-progress --- .github/workflows/ExportPluto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ExportPluto.yaml b/.github/workflows/ExportPluto.yaml index 9367f8c..b0fa654 100644 --- a/.github/workflows/ExportPluto.yaml +++ b/.github/workflows/ExportPluto.yaml @@ -10,7 +10,7 @@ on: # When two jobs run in parallel, cancel the older ones, to make sure that the website is generated from the most recent commit. concurrency: group: pluto-export - cancel-in-progress: true + cancel-in-progress: false # This action needs permission to write the exported HTML file to the gh-pages branch. permissions: