Skip to content

Commit b825dbc

Browse files
authored
Merge pull request #616 from rust-lang/success-job
Add success job for all CI workflows
2 parents 3e62ac7 + adee084 commit b825dbc

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
cd build_system
123123
cargo test
124124
125-
126125
# Summary job for the merge queue.
127126
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
128127
success:

.github/workflows/failures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
RUST_BACKTRACE: 1
1313

1414
jobs:
15-
build:
15+
success:
1616
runs-on: ubuntu-24.04
1717

1818
strategy:

.github/workflows/gcc12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
GCC_EXEC_PREFIX: /usr/lib/gcc/
1717

1818
jobs:
19-
build:
19+
success:
2020
runs-on: ubuntu-24.04
2121

2222
strategy:

.github/workflows/m68k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
OVERWRITE_TARGET_TRIPLE: m68k-unknown-linux-gnu
1717

1818
jobs:
19-
build:
19+
success:
2020
runs-on: ubuntu-24.04
2121

2222
strategy:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
RUST_BACKTRACE: 1
1313

1414
jobs:
15-
build:
15+
success:
1616
runs-on: ubuntu-24.04
1717

1818
strategy:

.github/workflows/stdarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
RUST_BACKTRACE: 1
1313

1414
jobs:
15-
build:
15+
success:
1616
runs-on: ubuntu-24.04
1717

1818
strategy:

0 commit comments

Comments
 (0)