Skip to content

Commit

Permalink
Adding pr number reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Aug 19, 2024
1 parent 8be4c92 commit 7208959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/comment_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check_code_coverage_completed:
name: Check code coverage completed
Expand Down

0 comments on commit 7208959

Please sign in to comment.