Merge pull request #616 from rust-lang/success-job

Add success job for all CI workflows
This commit is contained in:
antoyo 2025-02-01 12:12:42 -05:00 committed by GitHub
commit b825dbcc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: