From: Jérôme Benoit Date: Mon, 1 Jul 2024 19:22:38 +0000 (+0200) Subject: refactor(ci): cleanup GH actions X-Git-Tag: v1.3.7~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=657ddf9cc2c9fc8c81fd3da90803cd378987fd3a;p=e-mobility-charging-stations-simulator.git refactor(ci): cleanup GH actions Signed-off-by: Jérôme Benoit --- 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'