This commit is contained in:
Sina M 2026-05-21 21:53:42 -07:00 committed by GitHub
commit 0a2aae1f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,11 @@ on:
- master - master
workflow_dispatch: workflow_dispatch:
# Free runner capacity by cancelling superseded PR runs.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs: jobs:
lint: lint:
name: Lint name: Lint