From 27173ef540de67d2ff0024451d1699759661386c Mon Sep 17 00:00:00 2001 From: pionere Date: Mon, 19 Aug 2024 16:37:48 +0200 Subject: [PATCH] y --- .github/workflows/code-ql.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index 0eab2455c66f..c9f70d717a32 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -1,9 +1,9 @@ name: Weekly Code Scanning -#on: [push, pull_request] -on: - schedule: - - cron: "0 0 * * 0" # Every Sunday at midnight +on: [push, pull_request] +#on: +# schedule: +# - cron: "0 0 * * 0" # Every Sunday at midnight # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository.