1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Autocancel repeated CI runs

This will ensure that any specific pull request (or commit) only has a
single CI run happening at any point in time.
This commit is contained in:
Pradyun Gedam 2021-12-03 14:37:04 +00:00
parent 8ef91cfef5
commit fa2d428e43
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -11,6 +11,10 @@ on:
schedule:
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
docs:
name: docs