Remove duplicated CI triggers
There shouldn't be a need to run all CI jobs on all pushes.
This commit is contained in:
parent
b825dbcc5b
commit
ff2cd0fb63
5 changed files with 0 additions and 5 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
1
.github/workflows/gcc12.yml
vendored
1
.github/workflows/gcc12.yml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: CI libgccjit 12
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
1
.github/workflows/m68k.yml
vendored
1
.github/workflows/m68k.yml
vendored
|
|
@ -3,7 +3,6 @@
|
|||
name: m68k CI
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: CI with sysroot compiled in release mode
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
1
.github/workflows/stdarch.yml
vendored
1
.github/workflows/stdarch.yml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: stdarch tests with sysroot compiled in release mode
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue