From a670c6ed16919622d1ba8eba8f281613b4cabc6d Mon Sep 17 00:00:00 2001 From: muzahidul-opti Date: Mon, 16 Mar 2026 21:24:04 +0600 Subject: [PATCH] [FSSDK-12310] remove source clear cron workflow Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/source_clear_cron.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/source_clear_cron.yml diff --git a/.github/workflows/source_clear_cron.yml b/.github/workflows/source_clear_cron.yml deleted file mode 100644 index 4610dca0..00000000 --- a/.github/workflows/source_clear_cron.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Source clear - -on: - schedule: - # Runs "weekly" - - cron: '0 0 * * 0' - -jobs: - source_clear: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Source clear scan - env: - SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} - run: curl -sSL https://download.sourceclear.com/ci.sh | bash -s – scan \ No newline at end of file