Update test.yml
This commit is contained in:
parent
d65bff1dd2
commit
c58c572288
|
@ -18,6 +18,11 @@ on:
|
|||
env:
|
||||
PYTEST_ADDOPTS: "--color=yes"
|
||||
|
||||
# Cancel running jobs for the same workflow and branch.
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
# Set permissions at the job level.
|
||||
permissions: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue