From 201c22f12b6ca9002791531cc9d7ad6400812a94 Mon Sep 17 00:00:00 2001 From: Pangratios Cosma Date: Fri, 27 Oct 2023 12:10:57 +0300 Subject: [PATCH] ci: check pr title --- .github/workflows/check-pr-title.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index e14e8e5d..86b88513 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -14,9 +14,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18.x' - cache: 'npm' - # we don't have a package.json file, so we use the yml file as the cache key - cache-dependency-path: '**/.github/workflows/check-pr-title.yml' - name: Verify PR title is in the correct format run: |