From 1abea50ff85e694d415b4c01104b5d0af956d487 Mon Sep 17 00:00:00 2001 From: rudy Date: Mon, 14 Nov 2022 10:42:11 +0100 Subject: [PATCH] chore(ci): only cancel continuous-integration.yml on PR update --- .github/workflows/auto-cancel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cancel.yml b/.github/workflows/auto-cancel.yml index 4e7f228cd..87770eb32 100644 --- a/.github/workflows/auto-cancel.yml +++ b/.github/workflows/auto-cancel.yml @@ -10,5 +10,5 @@ jobs: steps: - uses: styfle/cancel-workflow-action@0.10.0 with: - workflow_id: all + workflow_id: continuous-integration.yml access_token: ${{ github.token }}