Skip to content

Commit

Permalink
add concurrency (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 19, 2024
1 parent 51d6890 commit 344651a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
timeout-minutes: 1
permissions:
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: docker://rhysd/actionlint:1.7.0
Expand Down

0 comments on commit 344651a

Please sign in to comment.