Skip to content

Commit

Permalink
Remove all references to proto crates from GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Sep 22, 2022
1 parent f4df5b9 commit 998ff85
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "cargo"
directory: "proto"
schedule:
interval: "weekly"

## Disable dependabot for `proto-compiler`.
## Rationale: we maintain the dependencies for proto-compiler
## manually, so that we update the proto-compiler binary
## (and the Cargo.lock file) only when we regenerate
## Rust types from the .proto files.
# - package-ecosystem: "cargo"
# directory: "proto-compiler"
# schedule:
# interval: "weekly"

- package-ecosystem: "cargo"
directory: "relayer"
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- flake.lock
- ci/**
- e2e/**
- proto/**
- modules/**
- relayer/**
- relayer-cli/**
Expand All @@ -26,7 +25,6 @@ on:
- flake.lock
- ci/**
- e2e/**
- proto/**
- modules/**
- relayer/**
- relayer-cli/**
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/no-std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- Cargo.toml
- Cargo.lock
- ci/**
- proto/**
- modules/**
push:
branches: master
Expand All @@ -15,7 +14,6 @@ on:
- Cargo.toml
- Cargo.lock
- ci/**
- proto/**
- modules/**

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- Cargo.lock
- ci/**
- e2e/**
- proto/**
- modules/**
- relayer/**
- relayer-cli/**
Expand All @@ -22,7 +21,6 @@ on:
- Cargo.lock
- ci/**
- e2e/**
- proto/**
- modules/**
- relayer/**
- relayer-cli/**
Expand Down

0 comments on commit 998ff85

Please sign in to comment.