Skip to content

Commit

Permalink
rm temporary override
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 1, 2023
1 parent be187e3 commit 6dcfb62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: client
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/*.rs'
- "**/Cargo.toml"
- "**/*.rs"
- justfile
- .github/workflows/client.yml

Expand All @@ -17,7 +17,6 @@ env:
RUST_VERSION: 1.64.0
RUSTUP_MAX_RETRIES: 10
KUBERT_TEST_NS: kubert-test
GITHUB_ACTIONS=false

jobs:
local:
Expand Down

0 comments on commit 6dcfb62

Please sign in to comment.