mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Cancel in progress CI runs when new commits are pushed
Same as https://github.com/ppy/osu-web/pull/9268. Should hopefully help with organisation concurrent limits.
This commit is contained in:
parent
cb6d02ec3a
commit
431e84f992
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -1,5 +1,8 @@
|
||||
on: [push, pull_request]
|
||||
name: Continuous Integration
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
inspect-code:
|
||||
|
Loading…
Reference in New Issue
Block a user