Skip to content

Commit

Permalink
ci: remove redundant pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Oct 2, 2023
1 parent 86af830 commit 0eabc68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: CI
on:
pull_request:
paths-ignore:
- "docker/zk-environment/Dockerfile"
- ".github/workflows/zk-environment.publish.yml"
- "docker/zk-environment/Dockerfile"
- "docker/zk-environment-cuda-12-0/Dockerfile"
- ".github/workflows/zk-environment-cuda-12-0.publish.yml"
- "docker/zk-rust-nightly-environment/Dockerfile"
- ".github/workflows/rust-nightly-environment.publish.yml"
merge_group:
push:
branches:
Expand Down

0 comments on commit 0eabc68

Please sign in to comment.