diff --git a/.github/workflows/rerun.yml b/.github/workflows/rerun.yml
deleted file mode 100644
index 5886e8946c6349c3a3a92c88ec604c340e6a95fa..0000000000000000000000000000000000000000
--- a/.github/workflows/rerun.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-on:
-  issue_comment:
-    types: [created]
-
-jobs:
-  rerun_pr_tests:
-    name: rerun_pr_tests
-    if: ${{ github.event.issue.pull_request }}
-    runs-on: ubuntu-20.04
-    steps:
-    - uses: estroz/rerun-actions@main
-      with:
-        repo_token: ${{ secrets.GITHUB_TOKEN }}
-        comment_id: ${{ github.event.comment.id }}