From 1d69074358ce7f1225e6e10b8db1c78c8bdd7b36 Mon Sep 17 00:00:00 2001 From: shahmargi12 <124675506+shahmargi12@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:29:51 +0530 Subject: [PATCH] chore: modify dependencies check to run only on yarn.lock updates (#300) https://github.com/eclipse-tractusx/portal-shared-components/issues/382 --- .github/workflows/dependencies.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 46f2449..5053092 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -22,8 +22,12 @@ name: Check Dependencies on: push: branches: [main] + paths: + - yarn.lock pull_request: types: [opened, synchronize, reopened] + paths: + - yarn.lock workflow_dispatch: jobs: