diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml
deleted file mode 100644
index 12e16b98..00000000
--- a/.github/workflows/wip.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: WIP
-on:
-  pull_request:
-    types: [opened, synchronize, reopened, edited]
-
-jobs:
-  wip:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: wip/action@v1
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}