Skip to content

Commit

Permalink
[ci] path
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiemonk committed Oct 7, 2024
1 parent c420105 commit 1769b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
cache-dependency-path: ./go.mod

- name: run CI
run: go run cmd/tools/ci/ -pr -nodiff
run: go run ./cmd/tools/ci/ -pr -nodiff
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
cache-dependency-path: ./go.mod

- name: run CI
run: go run cmd/tools/ci/*.go -pr -nodiff
run: go run ./cmd/tools/ci/ -pr -nodiff

0 comments on commit 1769b5a

Please sign in to comment.