From 47a615c3ee49dd4a93e3bd0af3d731cac58c2c2f Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 9 Mar 2024 12:50:06 +0800 Subject: [PATCH] CI: Put push and scheduled runs in separate groups This should reduce the number of unwanted cancellations. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8dc26f..2894355 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ permissions: # Allow one concurrent deployment concurrency: - group: "pages" + group: ${{ github.event_name }} cancel-in-progress: true jobs: