Configure a build timeout of 30 minutes
Some checks failed
Add copyright notice / copyright_notice (pull_request) Failing after 12m4s
Check usage of free licenses / build-static-assets (pull_request) Failing after 11m58s
Playwright Tests / test (pull_request) Failing after 11m53s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 19s

This commit is contained in:
Manuel Bustillo 2024-11-03 09:41:56 +01:00
parent afd41cf9fe
commit c98a376327

View File

@ -10,6 +10,7 @@ concurrency:
jobs:
build-static-assets:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with: