feat(ci): allow manual triggering of the test suite

When a skip ci label is added to the PR title, removing it won't
trigger the CI. There needs to be a way to manually trigger it.
This commit is contained in:
Earl Warren 2024-10-21 07:40:17 +02:00
parent 9519392809
commit e0ea4e2de4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -6,6 +6,7 @@ on:
branches: branches:
- 'forgejo*' - 'forgejo*'
- 'v*/forgejo*' - 'v*/forgejo*'
workflow_dispatch:
jobs: jobs:
backend-checks: backend-checks: