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

Merge pull request #10704 from pradyunsg/ci/auto-cancel-repeated-runs

This commit is contained in:
Tzu-ping Chung 2021-12-04 02:41:25 +08:00 committed by GitHub
commit 3ba7c81d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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