mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 04:35:54 +00:00
GitHub Actions enhancements for frontend (#25150)
- Don't run DB tests for frontend-only changes - Build frontend as part of frontend step - Build everything when actions change
This commit is contained in:
parent
3afc3e4a71
commit
4c290e9209
4 changed files with 19 additions and 21 deletions
2
.github/workflows/pull-docker-dryrun.yml
vendored
2
.github/workflows/pull-docker-dryrun.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: ./.github/workflows/files-changed.yml
|
||||
|
||||
docker-dryrun:
|
||||
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.frontend == 'true'
|
||||
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.frontend == 'true' || needs.files-changed.outputs.actions == 'true'
|
||||
needs: files-changed
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue