1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-03-14 22:27:01 +01:00
setup-forgejo/.forgejo
Earl Warren e08f3910d3
chore(ci): skip cascade if [skip cascade] is found in the PR title (#313)
## Testing

This is a copy/paste of an existing pull request verified to work
https://code.forgejo.org/forgejo/runner/pulls/476

## Description

When there are multiple PRs in flight, using a var to disable the
cascading PR that eventually runs the end to end tests (for instance
because the change is about examples) is error prone.

Allowing each pull request to indivudually decide when it is relevant
or not is more practical and fine grain.

Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/313
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-01-30 21:12:40 +00:00
..
workflows chore(ci): skip cascade if [skip cascade] is found in the PR title (#313) 2025-01-30 21:12:40 +00:00
cascading-pr-end-to-end cascade: end-to-end usage of setup-forgejo moved to another workflow 2024-03-21 06:19:03 +01:00