Remove duplicated CI triggers

There shouldn't be a need to run all CI jobs on all pushes.
This commit is contained in:
Jakub Beránek 2025-02-01 19:13:41 +01:00
parent b825dbcc5b
commit ff2cd0fb63
5 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
name: CI
on:
- push
- pull_request
permissions:

View file

@ -1,7 +1,6 @@
name: CI libgccjit 12
on:
- push
- pull_request
permissions:

View file

@ -3,7 +3,6 @@
name: m68k CI
on:
- push
- pull_request
permissions:

View file

@ -1,7 +1,6 @@
name: CI with sysroot compiled in release mode
on:
- push
- pull_request
permissions:

View file

@ -1,7 +1,6 @@
name: stdarch tests with sysroot compiled in release mode
on:
- push
- pull_request
permissions: