Cancel duplicate Renovate bot Actions builds

This commit is contained in:
Norbert Renner 2023-02-22 18:10:25 +01:00
parent a51cea3b0f
commit 58c1d80205

View file

@ -2,6 +2,10 @@ name: build
on: [push, pull_request]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest