From 657ddf9cc2c9fc8c81fd3da90803cd378987fd3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 1 Jul 2024 21:22:38 +0200 Subject: [PATCH] refactor(ci): cleanup GH actions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 3d75cf08..27b0ec98 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -1,7 +1,7 @@ name: autofix.ci on: - pull_request: push: + pull_request: branches: [main] permissions: contents: read diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ca6b410f..ea8716bc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main] - # merge_group: - # branches: [main] schedule: - cron: '17 15 * * 1' -- 2.34.1