Skip to content

Commit

Permalink
chore(ci): add concurrency to pr-copyright workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jan 8, 2024
1 parent 20a2323 commit d0f9f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- reopened
- synchronize
- ready_for_review
workflow_dispatch: {}
concurrency: ${{ github.workflow }}-${{ github.head_ref }}
jobs:
add-to-pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0f9f12

Please sign in to comment.