Skip to content

Commit

Permalink
Update .github/workflows/codespell.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi ITO <koic.ito@gmail.com>
  • Loading branch information
ydah and koic authored Jan 11, 2023
1 parent 56f1efb commit 860e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CodeSpell
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codespell:
Expand Down

0 comments on commit 860e358

Please # to comment.