Add success job for all CI workflows
This commit is contained in:
parent
3e62ac70b2
commit
adee0849a2
6 changed files with 5 additions and 6 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -122,7 +122,6 @@ jobs:
|
|||
cd build_system
|
||||
cargo test
|
||||
|
||||
|
||||
# Summary job for the merge queue.
|
||||
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
|
||||
success:
|
||||
|
|
|
|||
2
.github/workflows/failures.yml
vendored
2
.github/workflows/failures.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
success:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/gcc12.yml
vendored
2
.github/workflows/gcc12.yml
vendored
|
|
@ -16,7 +16,7 @@ env:
|
|||
GCC_EXEC_PREFIX: /usr/lib/gcc/
|
||||
|
||||
jobs:
|
||||
build:
|
||||
success:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/m68k.yml
vendored
2
.github/workflows/m68k.yml
vendored
|
|
@ -16,7 +16,7 @@ env:
|
|||
OVERWRITE_TARGET_TRIPLE: m68k-unknown-linux-gnu
|
||||
|
||||
jobs:
|
||||
build:
|
||||
success:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
success:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/stdarch.yml
vendored
2
.github/workflows/stdarch.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
success:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue