Skip to content

Commit

Permalink
merge groups (#3068)
Browse files Browse the repository at this point in the history
* Fix 2.0 alpha

* Add CI merge groups
  • Loading branch information
AntoinePrv authored Dec 18, 2023
1 parent 6ed8c23 commit 4f9fb52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- 'mamba/**'
- 'libmambapy/**'
- '**.md'
merge_group:
types: [checks_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
paths-ignore:
- 'docs/**'
- '**.md'
merge_group:
types: [checks_requested]


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4f9fb52

Please sign in to comment.