From 06a129553062202e499ff7daa5c5b56fd561cd0c Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 3 Oct 2024 19:55:48 +0200 Subject: [PATCH] check why we need this part --- .github/workflows/self-comment-slow-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 4631b0ef4844c7..4000b76c21d31d 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -13,7 +13,7 @@ on: concurrency: # But this will cancel the current job no ? Because they have the same PR number ... group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }} - cancel-in-progress: ${{ github.event.issue.pull_request || github.event.pull_request }} + cancel-in-progress: ${{ github.event.pull_request.number }} jobs: reply-and-trigger: