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 06a1295 commit 0b08fb4
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 ...
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:
Expand Down

0 comments on commit 0b08fb4

Please sign in to comment.