Skip to content

Commit 77eb012

Browse files
authored
Merge pull request #195 from firstbatchxyz/erhant/workflows-are-executors
feat: `rig` executors instead of workflows
2 parents e5c7a65 + f2281aa commit 77eb012

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+757
-3812
lines changed

.github/workflows/image-dev.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
# Source files in each member
77
- "compute/src/**"
88
- "p2p/src/**"
9-
- "workflows/src/**"
9+
- "utils/src/**"
10+
- "executor/src/**"
1011
# Cargo in each member
1112
- "compute/Cargo.toml"
1213
- "p2p/Cargo.toml"
13-
- "workflows/Cargo.toml"
14+
- "utils/Cargo.toml"
15+
- "executor/Cargo.toml"
1416
# root-level changes
1517
- "Cargo.lock"
1618
- "Cross.toml"

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
# Source files in each member
99
- "compute/src/**"
1010
- "p2p/src/**"
11-
- "monitor/src/**"
12-
- "workflows/src/**"
11+
- "utils/src/**"
12+
- "executor/src/**"
1313
# Cargo in each member
1414
- "compute/Cargo.toml"
1515
- "p2p/Cargo.toml"
16-
- "workflows/Cargo.toml"
17-
- "monitor/Cargo.toml"
16+
- "utils/Cargo.toml"
17+
- "executor/Cargo.toml"
1818
# root-level Cargo
19-
- "Cargo.lock"
19+
- "Cargo.toml"
2020
# workflow itself
2121
- ".github/workflows/tests.yml"
2222
workflow_dispatch:

0 commit comments

Comments
 (0)