From e8f9884abe2f18ee74f557c196b3ead1901320c1 Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:20:15 +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 cfc9d586cb..fd0a999b79 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/*|(e2e|integration)-tests/*|.circleci/*|yarn.lock" + run: ./scripts/assert-changed-files-actions.sh "packages/*|(e2e|integration)-tests/*|yarn.lock" - name: Bootstrap packages uses: ./.github/actions/cache-bootstrap