summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-11-01 15:04:36 +0100
committerEmīls <emils@mullvad.net>2022-11-02 16:00:58 +0100
commit3dcfc0d3982340bb3d1f85f0ad778eaa05a07e4c (patch)
tree70eae52eaba74f512db48f466cdee1303ff93170 /.github
parent23c4a466ea12903317390b451e608b81962e583b (diff)
downloadmullvadvpn-3dcfc0d3982340bb3d1f85f0ad778eaa05a07e4c.tar.xz
mullvadvpn-3dcfc0d3982340bb3d1f85f0ad778eaa05a07e4c.zip
Remove unused GH path
Seems like when `ci/check-clippy.sh` was removed ,this watch path was not.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clippy.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index fddb260da8..258f344a8c 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -4,7 +4,6 @@ on:
pull_request:
paths:
- .github/workflows/clippy.yml
- - ci/check-clippy.sh
- clippy.toml
- '**/*.rs'
# Check if requested manually from the Actions tab