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

index 40dd0bfc6449e17915c4252e7485b4d7cde3d9d7..cb51957ece186d19215d414acfcba1b1f82fb33f 100644 (file)
@@ -1,7 +1,7 @@
 name: autofix.ci
 on:
-  pull_request:
   push:
+  pull_request:
     branches: [master]
 permissions:
   contents: read
index ae8097983114ce32db53225e62fe7f0e79665367..f0d11957e51389a07fb113e20d8d5d71e4e94525 100644 (file)
@@ -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'