From 0b08fb4279bda3a27575c4af2a6dd2b5ab0a1528 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 3 Oct 2024 19:56:44 +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 4000b76c21d31d..269a1418ea1def 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.pull_request.number }} + cancel-in-progress: ${{ github.event.issue.pull_request != null || github.event.pull_request != null }} jobs: reply-and-trigger: