From 836a90ff0bfd73693768266d9c98d249344dbea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 26 Sep 2022 03:21:11 +0200 Subject: [PATCH] Only run CodeQL weekly instead on push and pull request --- .github/workflows/codeql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cb1358e..184ad91 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,6 @@ --- name: "CodeQL" on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] schedule: - cron: '33 11 * * 5' jobs: