1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +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:
Dean Herbert 2022-09-12 19:09:24 +09:00
parent cb6d02ec3a
commit 431e84f992

View File

@ -1,5 +1,8 @@
on: [push, pull_request]
name: Continuous Integration
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
inspect-code: