summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2022-11-02 16:01:43 +0100
committerEmīls <emils@mullvad.net>2022-11-02 16:01:43 +0100
commit0ba71e2c256a9796f940963137980b32d53e5263 (patch)
tree70eae52eaba74f512db48f466cdee1303ff93170 /.github/workflows
parent23c4a466ea12903317390b451e608b81962e583b (diff)
parent3dcfc0d3982340bb3d1f85f0ad778eaa05a07e4c (diff)
downloadmullvadvpn-0ba71e2c256a9796f940963137980b32d53e5263.tar.xz
mullvadvpn-0ba71e2c256a9796f940963137980b32d53e5263.zip
Merge branch 'remove-unused-action-path'
Diffstat (limited to '.github/workflows')
-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