From 3e510561e8c81a70092a60bac03b4047ab1ec771 Mon Sep 17 00:00:00 2001 From: Jose Luis Leon Date: Sun, 21 Jan 2024 13:36:36 -0500 Subject: [PATCH] chore(security): Unschedule CodeQL workflow (#17) --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65d6035..c1959de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: main pull_request: workflow_call: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 54b4f79..2e1f68e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,8 +5,6 @@ on: branches: main pull_request: branches: main - schedule: - - cron: 23 2 * * 0 concurrency: group: codeql-${{ github.ref_name }}