File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 linux :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 linux :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 wheel :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 ruff :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 sdist :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 sphinx :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 test :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 mypy :
Original file line number Diff line number Diff line change 55 pull_request :
66 schedule :
77 - cron : ' 30 13 * * *'
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811permissions : { }
912jobs :
1013 linux :
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ "**" ]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
12+
913permissions : { }
1014
1115jobs :
You can’t perform that action at this time.
0 commit comments