From 7fc96abc0692f13e39186e3917f8a0e28b493c93 Mon Sep 17 00:00:00 2001 From: Nikola Nedevski <7324633+nedevski@users.noreply.github.com> Date: Sun, 19 Oct 2025 15:20:58 +0300 Subject: [PATCH] Update build-and-test.yml with scheduled trigger Added a scheduled trigger for the build and test workflow. --- .github/workflows/build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 46e0e4c..891b20a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -4,6 +4,8 @@ on: branches: - main pull_request: + schedule: + - cron: "0 5 1 * *" name: Build and Test jobs: @@ -41,3 +43,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_TOKEN: ${{ secrets.SELFHOSTED_SONAR_TOKEN }} # SONAR_HOST_URL: ${{ secrets.SELFHOSTED_SONAR_HOST_URL }} +