Skip to content

Commit e4160b2

Browse files
authored
Run remote exec CI only if it's changed (#352)
* Run remote exec CI only if it's changed To save more GH actions time + have faster CI checks (sometimes it takes longer than tilt!) * Update remote-executor.yml
1 parent 0e49c8e commit e4160b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/remote-executor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Check Remote Executor
22

33
on:
44
pull_request:
5+
paths: [ pythnet/remote-executor/** ]
56
push:
67
branches: [main]
7-
8+
paths: [ pythnet/remote-executor/** ]
89
jobs:
910
pre-commit:
1011
runs-on: ubuntu-latest
@@ -23,4 +24,4 @@ jobs:
2324
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2425
- name: Run executor tests
2526
run: cargo test-bpf --manifest-path ./pythnet/remote-executor/Cargo.toml
26-
27+

0 commit comments

Comments
 (0)