From a88877bf7cf87361f3278f5285aa225d7a6f1d82 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:37:35 +0200 Subject: [PATCH] chore(github): ignore permissions path in GitHub actions (#2950) --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6fbe4b26..79f8c19e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,6 +25,7 @@ jobs: .github/** README.md docs/** + permissions/** - name: Install poetry if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true' run: |