2022-11-21 02:17:40PM
This commit is contained in:
parent
54206a2c19
commit
3e4e37ab90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
name: ci
|
name: ci
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue