Stop redundant builds

This commit is contained in:
Manuel Bustillo 2024-11-03 09:31:10 +01:00
parent f75f903363
commit 33434db3f2
3 changed files with 9 additions and 0 deletions

@ -4,6 +4,9 @@ on:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-static-assets:
runs-on: ubuntu-latest

@ -3,6 +3,9 @@ on:
pull_request:
permissions:
contents: write
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
copyright_notice:
runs-on: ubuntu-latest

@ -4,6 +4,9 @@ on:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit_tests:
runs-on: ubuntu-latest