From: Jérôme Benoit Date: Mon, 1 Jul 2024 22:00:25 +0000 (+0200) Subject: refactor(ci): cleanup GH actions X-Git-Tag: v4.0.16~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c5db2d3ea50692486410eb1a33e5bb51d6d4181e;p=poolifier.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 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'