Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Cancel all but the most recent run on the current branch/PR (#12)
Browse files Browse the repository at this point in the history
This seems overkill for a 2min job, but I guess they all help
  • Loading branch information
paddyroddy authored Oct 26, 2023
1 parent 0f24c3c commit e6fb12c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- "renovate/**"
pull_request:

concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-
${{ github.event.pull_request.number || github.ref }}
jobs:
linting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6fb12c

Please sign in to comment.