From c5db2d3ea50692486410eb1a33e5bb51d6d4181e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 2 Jul 2024 00:00:25 +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 40dd0bfc..cb51957e 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: [master] permissions: contents: read diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ae809798..f0d11957 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: [master] - # merge_group: - # branches: [master] schedule: - cron: '44 9 * * 3' -- 2.34.1