Cancel in-progress runs when pushing new code

This commit is contained in:
Conrad Kramer 2024-01-20 11:36:44 -08:00
parent dfd4dbc81e
commit baa81eb939

View file

@ -6,6 +6,9 @@ on:
pull_request:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build App (${{ matrix.platform }})