Skip to content

Commit

Permalink
check why we need this part
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Oct 3, 2024
1 parent d91d1db commit 9b6512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
concurrency:
# 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 }}-${{ contains(github.event.comment.body, '/pytest') }}
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) }}

jobs:
reply-and-trigger:
Expand Down

0 comments on commit 9b6512d

Please sign in to comment.