mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
anyone remember why we turned off concurrency for ci.yml?
This commit is contained in:
parent
7076663a24
commit
27043fa2d6
1 changed files with 9 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -1,8 +1,12 @@
|
|||
name: ci
|
||||
run-name: 'ci: ${{ github.event.pull_request.title }}'
|
||||
run-name: "ci: ${{ github.event.pull_request.title }}"
|
||||
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.event.pull_request.head.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
get-projects:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue