[CI] upload the forgejo under test as an artifact for end-to-end (squash) after build

(cherry picked from commit ba35f42e3d)
This commit is contained in:
Earl Warren 2023-12-21 16:20:21 +01:00
parent 50290011b2
commit ddf43faecb
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,8 +1,8 @@
# SPDX-License-Identifier: MIT
on:
pull_request_target:
types:
- labeled
pull_request_target:
types:
- labeled
jobs:
info:
@ -48,6 +48,7 @@ jobs:
cascade:
if: github.event.action == 'label_updated' && contains(github.event.pull_request.labels.*.name, 'run-end-to-end-tests')
needs: [build]
runs-on: docker
container:
image: node:20-bookworm