Add success job for all CI workflows

This commit is contained in:
Antoni Boucher 2025-02-01 10:31:25 -05:00
parent 3e62ac70b2
commit adee0849a2
6 changed files with 5 additions and 6 deletions

View file

@ -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:

View file

@ -12,7 +12,7 @@ env:
RUST_BACKTRACE: 1
jobs:
build:
success:
runs-on: ubuntu-24.04
strategy:

View file

@ -16,7 +16,7 @@ env:
GCC_EXEC_PREFIX: /usr/lib/gcc/
jobs:
build:
success:
runs-on: ubuntu-24.04
strategy:

View file

@ -16,7 +16,7 @@ env:
OVERWRITE_TARGET_TRIPLE: m68k-unknown-linux-gnu
jobs:
build:
success:
runs-on: ubuntu-24.04
strategy:

View file

@ -12,7 +12,7 @@ env:
RUST_BACKTRACE: 1
jobs:
build:
success:
runs-on: ubuntu-24.04
strategy:

View file

@ -12,7 +12,7 @@ env:
RUST_BACKTRACE: 1
jobs:
build:
success:
runs-on: ubuntu-24.04
strategy: