diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-01 19:13:41 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-02-01 19:13:41 +0100 |
| commit | ff2cd0fb6390d775c753733abefab6b81d45eb64 (patch) | |
| tree | 25c93502ee68a6d9eeb749231017b29171ae2063 | |
| parent | b825dbcc5bed6ea9e8b6d0dac5ce3f3a7712bb27 (diff) | |
| download | rust-ff2cd0fb6390d775c753733abefab6b81d45eb64.tar.gz rust-ff2cd0fb6390d775c753733abefab6b81d45eb64.zip | |
Remove duplicated CI triggers
There shouldn't be a need to run all CI jobs on all pushes.
| -rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/gcc12.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/m68k.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/stdarch.yml | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688a9f7d7bf..bf974f65c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI on: - - push - pull_request permissions: diff --git a/.github/workflows/gcc12.yml b/.github/workflows/gcc12.yml index 0308eec51cd..0d49336ea20 100644 --- a/.github/workflows/gcc12.yml +++ b/.github/workflows/gcc12.yml @@ -1,7 +1,6 @@ name: CI libgccjit 12 on: - - push - pull_request permissions: diff --git a/.github/workflows/m68k.yml b/.github/workflows/m68k.yml index e031ad59f4b..af5f084205e 100644 --- a/.github/workflows/m68k.yml +++ b/.github/workflows/m68k.yml @@ -3,7 +3,6 @@ name: m68k CI on: - - push - pull_request permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4367cbccab1..4582cf577fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ name: CI with sysroot compiled in release mode on: - - push - pull_request permissions: diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml index ea8bec02eef..a1df0207d54 100644 --- a/.github/workflows/stdarch.yml +++ b/.github/workflows/stdarch.yml @@ -1,7 +1,6 @@ name: stdarch tests with sysroot compiled in release mode on: - - push - pull_request permissions: |
