refactor(ci): cleanup GH actions
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 Jul 2024 19:22:38 +0000 (21:22 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 Jul 2024 19:22:38 +0000 (21:22 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/autofix.yml
.github/workflows/codeql-analysis.yml

index 3d75cf085eba605402a31d1fb7ec9ad956a733d4..27b0ec989fcab936e6dcfa193e78885dc3c98f30 100644 (file)
@@ -1,7 +1,7 @@
 name: autofix.ci
 on:
-  pull_request:
   push:
+  pull_request:
     branches: [main]
 permissions:
   contents: read
index ca6b410f53637b1f6c2cdbf1a1caa097759b41ef..ea8716bcf72fe14f210d276b1e88bf4fb4a09b29 100644 (file)
@@ -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'