Compare commits

...

3 Commits

Author SHA1 Message Date
10e925c54f 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
2024-11-03 09:15:21 +00:00
3b5d0918cd Merge pull request 'Stop building images on PRs' (#82) from build-main-only into main
Some checks are pending
Build Nginx-based docker image / build-static-assets (push) Waiting to run
Check usage of free licenses / build-static-assets (push) Successful in 2m58s
Playwright Tests / test (push) Successful in 11m20s
Reviewed-on: #82
2024-11-03 09:15:02 +00:00
e4dee0ded9 Stop building images on PRs
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 42s
Check usage of free licenses / build-static-assets (pull_request) Successful in 46s
Playwright Tests / test (pull_request) Successful in 7m9s
2024-11-03 10:07:41 +01:00

View File

@ -3,13 +3,13 @@ on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-static-assets:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with: