Skip to content

Commit

Permalink
FRW-9607: Added schedule trigger condition to a new job
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-gnusov committed Feb 12, 2025
1 parent b8d16fc commit df83549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df83549

Please sign in to comment.