Trigger CI on PR labeled CI

This commit is contained in:
Simon Alibert 2024-03-06 12:02:01 +01:00
parent 52bdfc659e
commit 86ec62f98a
1 changed files with 2 additions and 1 deletions

View File

@ -4,13 +4,14 @@ on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, labeled]
push:
branches:
- main
jobs:
test:
if: contains(github.event.pull_request.labels.*.name, 'CI')
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.8.1