parent
585d0ed9ab
commit
f124fa4588
2 changed files with 4 additions and 1 deletions
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
|
|
@ -3,6 +3,10 @@ on: [push, pull_request]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: core-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Core Tests
|
name: Core Tests
|
||||||
|
|
|
||||||
1
.github/workflows/release-master.yml
vendored
1
.github/workflows/release-master.yml
vendored
|
|
@ -10,7 +10,6 @@ on:
|
||||||
- "pyinst.py"
|
- "pyinst.py"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release-master
|
group: release-master
|
||||||
cancel-in-progress: true
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue