Skip to content

Commit

Permalink
fix: adjusted ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Dec 20, 2023
1 parent 178a0be commit 3e7cdd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Clippy
on:
push:
branches:
- "main"
paths:
- ".github/workflows/clippy.yml"
- "operator/**"
- main
pull_request:
branches:
- main

jobs:
lint:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Validate controller
on:
push:
branches:
- "main"
paths:
- ".github/workflows/validate.yml"
- "operator/**"
- main
pull_request:
branches:
- main

jobs:
run-controller:
Expand Down

0 comments on commit 3e7cdd0

Please sign in to comment.