Skip to content

Commit 9b6512d

Browse files
committed
check why we need this part
1 parent d91d1db commit 9b6512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-comment-slow-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
concurrency:
1414
# But this will cancel the current job no ? Because they have the same PR number ... (any comment even not the target one)
1515
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }}-${{ contains(github.event.comment.body, '/pytest') }}
16-
cancel-in-progress: ${{ (github.event.issue.pull_request != null || github.event.pull_request != null) && contains(github.event.comment.body, '/pytest') }}
16+
cancel-in-progress: ${{ (github.event.issue.pull_request != null || github.event.pull_request != null) }}
1717

1818
jobs:
1919
reply-and-trigger:

0 commit comments

Comments
 (0)