Configure a build timeout of 30 minutes
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m2s
Add copyright notice / copyright_notice (pull_request) Successful in 6m8s
Playwright Tests / test (pull_request) Successful in 12m33s

This commit is contained in:
Manuel Bustillo 2024-11-03 09:41:56 +01:00 committed by bustikiller
parent 3b5d0918cd
commit 10e925c54f

View File

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