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
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:
parent
afd41cf9fe
commit
883c56e0e2
3
.github/workflows/copyright_notice.yml
vendored
3
.github/workflows/copyright_notice.yml
vendored
@ -3,6 +3,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
copyright_notice:
|
copyright_notice:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user