mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
CI tweaks
This commit is contained in:
parent
9effd5ccdc
commit
900298b94b
8 changed files with 41 additions and 0 deletions
6
.github/workflows/coins-tests.yml
vendored
6
.github/workflows/coins-tests.yml
vendored
|
@ -8,7 +8,13 @@ on:
|
|||
- "common/**"
|
||||
- "crypto/**"
|
||||
- "coins/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "common/**"
|
||||
- "crypto/**"
|
||||
- "coins/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
4
.github/workflows/common-tests.yml
vendored
4
.github/workflows/common-tests.yml
vendored
|
@ -6,7 +6,11 @@ on:
|
|||
- develop
|
||||
paths:
|
||||
- "common/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "common/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
5
.github/workflows/crypto-tests.yml
vendored
5
.github/workflows/crypto-tests.yml
vendored
|
@ -7,7 +7,12 @@ on:
|
|||
paths:
|
||||
- "common/**"
|
||||
- "crypto/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "common/**"
|
||||
- "crypto/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
5
.github/workflows/message-queue-tests.yml
vendored
5
.github/workflows/message-queue-tests.yml
vendored
|
@ -7,7 +7,12 @@ on:
|
|||
paths:
|
||||
- "message-queue/**"
|
||||
- "tests/message-queue/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "message-queue/**"
|
||||
- "tests/message-queue/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/monero-tests.yaml
vendored
2
.github/workflows/monero-tests.yaml
vendored
|
@ -13,6 +13,8 @@ on:
|
|||
- "coins/monero/**"
|
||||
- "processor/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
# Only run these once since they will be consistent regardless of any node
|
||||
unit-tests:
|
||||
|
|
7
.github/workflows/no-std.yml
vendored
7
.github/workflows/no-std.yml
vendored
|
@ -9,7 +9,14 @@ on:
|
|||
- "crypto/**"
|
||||
- "coins/**"
|
||||
- "tests/no-std/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "common/**"
|
||||
- "crypto/**"
|
||||
- "coins/**"
|
||||
- "tests/no-std/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
@ -12,7 +12,17 @@ on:
|
|||
- "processor/**"
|
||||
- "coordinator/**"
|
||||
- "substrate/**"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "common/**"
|
||||
- "crypto/**"
|
||||
- "coins/**"
|
||||
- "message-queue/**"
|
||||
- "processor/**"
|
||||
- "coordinator/**"
|
||||
- "substrate/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -65,6 +65,8 @@ exceptions = [
|
|||
{ allow = ["AGPL-3.0"], name = "serai-node" },
|
||||
|
||||
{ allow = ["AGPL-3.0"], name = "serai-client" },
|
||||
|
||||
{ allow = ["AGPL-3.0"], name = "serai-message-queue-tests" },
|
||||
]
|
||||
|
||||
[[licenses.clarify]]
|
||||
|
|
Loading…
Reference in a new issue