1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:13:21 +08:00

Merge pull request #20261 from peppy/cancel-in-progress-ci

Cancel in progress CI runs when new commits are pushed
This commit is contained in:
Dan Balasescu 2022-09-12 19:47:51 +09:00 committed by GitHub
commit 00c9763d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: