Cancel in-progress CI runs if another one starts

This commit is contained in:
Dan Stillman 2023-06-17 02:39:14 -04:00
parent 0a94e8fdf0
commit a49b58ba87

View file

@ -1,5 +1,8 @@
name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build, Upload, Test