diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index fdc7cbbc900cd7..87c56b211c8efd 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -11,7 +11,7 @@ on: types: [created, deleted] pull_request: concurrency: - # But this will cancel the current job no ? Because they have the same PR number ... + # But this will cancel the current job no ? Because they have the same PR number ... (any comment even not the target one) group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }} cancel-in-progress: ${{ github.event.issue.pull_request != null || github.event.pull_request != null }} @@ -32,6 +32,7 @@ jobs: echo "${{ github.event.pull_request }}" echo "${{ github.event.issue.pull_request != null }}" echo "${{ github.event.pull_request != null }}" + ecjp "${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }}" # - name: Set up GitHub CLI # uses: actions/checkout@v4