From 117d90193a9998dfacfa34b51215c32c9e4b90cf Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:20:04 +0200 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2c3063d248..cfc9d586cb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -17,7 +17,7 @@ jobs: cache: "yarn" - name: Assert changed - run: ./scripts/assert-changed-files-actions.sh "packages" + run: ./scripts/assert-changed-files-actions.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|yarn.lock" - name: Bootstrap packages uses: ./.github/actions/cache-bootstrap