diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml
index fb902cfb5ab9c23a093b7be3e747eb0bfeea6c79..b4187d66f3e2541fd4ba99a750e352fdf0748331 100644
--- a/.github/workflows/conventional_commits.yml
+++ b/.github/workflows/conventional_commits.yml
@@ -10,7 +10,6 @@ jobs:
     if: "${{ !contains(github.event.pull_request.title, 'chore(main): release') }}"
     name: Lint PR
     runs-on: ubuntu-latest
-    timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4