merge groups (#3068)

* Fix 2.0 alpha

* Add CI merge groups
This commit is contained in:
Antoine Prouvost 2023-12-18 10:51:39 +01:00 committed by GitHub
parent 6ed8c23721
commit 4f9fb52964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -12,6 +12,8 @@ on:
- 'mamba/**'
- 'libmambapy/**'
- '**.md'
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -10,6 +10,9 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}