Skip to content

Commit 57b39a0

Browse files
authored
feat: Enable new euria-review CI step (#357)
2 parents 7428c64 + 0088877 commit 57b39a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/euria-review.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Euria Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9+
cancel-in-progress: true
10+
11+
jobs:
12+
euria-review:
13+
uses: infomaniak/.github/.github/workflows/euria-review.yml@v2
14+
secrets: inherit

0 commit comments

Comments
 (0)