We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91d1db commit 9b6512dCopy full SHA for 9b6512d
.github/workflows/self-comment-slow-ci.yml
@@ -13,7 +13,7 @@ on:
13
concurrency:
14
# But this will cancel the current job no ? Because they have the same PR number ... (any comment even not the target one)
15
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') }}
+ cancel-in-progress: ${{ (github.event.issue.pull_request != null || github.event.pull_request != null) }}
17
18
jobs:
19
reply-and-trigger:
0 commit comments