mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
GHA: cancel existing jobs when new commits are added (#2120)
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
Linting:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user