Merge pull request 'Prevent redundant builds with copyright notice' (#80) from actions-concurrency into main
Some checks failed
Check usage of free licenses / build-static-assets (push) Successful in 5m14s
Build Nginx-based docker image / build-static-assets (push) Failing after 12m8s
Playwright Tests / test (push) Successful in 15m54s

Reviewed-on: #80
This commit is contained in:
bustikiller 2024-11-03 10:16:40 +00:00
commit 15123351e1

View File

@ -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