From df835493e4f958eb0dd78ad31640d5f8d9b9b74f Mon Sep 17 00:00:00 2001 From: Denis Gnusov Date: Wed, 12 Feb 2025 11:50:38 +0200 Subject: [PATCH] FRW-9607: Added schedule trigger condition to a new job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5078f7e99c..13402288d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,6 +159,7 @@ jobs: if: > contains(github.event.pull_request.labels.*.name, 'run-npm-ci') || contains(github.event.pull_request.labels.*.name, 'run-latest-ci') + || (github.event_name == 'schedule' && github.ref == 'refs/heads/master') name: "NPM validation" runs-on: ubuntu-22.04 strategy: