tests: cancel in progress builds when a new commit is pushed

This commit is contained in:
josegonzalez
2023-02-15 16:34:41 -05:00
committed by GitHub
parent 1feb046645
commit 4e905cdf71

View File

@@ -10,6 +10,10 @@ on:
branches:
- 'master'
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: build