Prevent redundant builds with copyright notice
Some checks failed
Playwright Tests / test (pull_request) Failing after 14m40s
Check usage of free licenses / build-static-assets (pull_request) Failing after 15m29s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 57s
Add copyright notice / copyright_notice (pull_request) Failing after 15m14s

This commit is contained in:
Manuel Bustillo 2024-11-03 09:32:04 +01:00
parent afd41cf9fe
commit 883c56e0e2

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