mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
CI tweaks
This commit is contained in:
6
.github/workflows/coins-tests.yml
vendored
6
.github/workflows/coins-tests.yml
vendored
@@ -8,7 +8,13 @@ on:
|
|||||||
- "common/**"
|
- "common/**"
|
||||||
- "crypto/**"
|
- "crypto/**"
|
||||||
- "coins/**"
|
- "coins/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "common/**"
|
||||||
|
- "crypto/**"
|
||||||
|
- "coins/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
4
.github/workflows/common-tests.yml
vendored
4
.github/workflows/common-tests.yml
vendored
@@ -6,7 +6,11 @@ on:
|
|||||||
- develop
|
- develop
|
||||||
paths:
|
paths:
|
||||||
- "common/**"
|
- "common/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "common/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
5
.github/workflows/crypto-tests.yml
vendored
5
.github/workflows/crypto-tests.yml
vendored
@@ -7,7 +7,12 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "common/**"
|
- "common/**"
|
||||||
- "crypto/**"
|
- "crypto/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "common/**"
|
||||||
|
- "crypto/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
5
.github/workflows/message-queue-tests.yml
vendored
5
.github/workflows/message-queue-tests.yml
vendored
@@ -7,7 +7,12 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "message-queue/**"
|
- "message-queue/**"
|
||||||
- "tests/message-queue/**"
|
- "tests/message-queue/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "message-queue/**"
|
||||||
|
- "tests/message-queue/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/monero-tests.yaml
vendored
2
.github/workflows/monero-tests.yaml
vendored
@@ -13,6 +13,8 @@ on:
|
|||||||
- "coins/monero/**"
|
- "coins/monero/**"
|
||||||
- "processor/**"
|
- "processor/**"
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Only run these once since they will be consistent regardless of any node
|
# Only run these once since they will be consistent regardless of any node
|
||||||
unit-tests:
|
unit-tests:
|
||||||
|
|||||||
7
.github/workflows/no-std.yml
vendored
7
.github/workflows/no-std.yml
vendored
@@ -9,7 +9,14 @@ on:
|
|||||||
- "crypto/**"
|
- "crypto/**"
|
||||||
- "coins/**"
|
- "coins/**"
|
||||||
- "tests/no-std/**"
|
- "tests/no-std/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "common/**"
|
||||||
|
- "crypto/**"
|
||||||
|
- "coins/**"
|
||||||
|
- "tests/no-std/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -12,7 +12,17 @@ on:
|
|||||||
- "processor/**"
|
- "processor/**"
|
||||||
- "coordinator/**"
|
- "coordinator/**"
|
||||||
- "substrate/**"
|
- "substrate/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "common/**"
|
||||||
|
- "crypto/**"
|
||||||
|
- "coins/**"
|
||||||
|
- "message-queue/**"
|
||||||
|
- "processor/**"
|
||||||
|
- "coordinator/**"
|
||||||
|
- "substrate/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -65,6 +65,8 @@ exceptions = [
|
|||||||
{ allow = ["AGPL-3.0"], name = "serai-node" },
|
{ allow = ["AGPL-3.0"], name = "serai-node" },
|
||||||
|
|
||||||
{ allow = ["AGPL-3.0"], name = "serai-client" },
|
{ allow = ["AGPL-3.0"], name = "serai-client" },
|
||||||
|
|
||||||
|
{ allow = ["AGPL-3.0"], name = "serai-message-queue-tests" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[licenses.clarify]]
|
[[licenses.clarify]]
|
||||||
|
|||||||
Reference in New Issue
Block a user