Skip to content

Commit 9636207

Browse files
committed
WIP: bors test
1 parent 2659a32 commit 9636207

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,10 @@ jobs:
225225
- name: Install Rust
226226
run: rustup update nightly && rustup default nightly
227227
- run: ./ci/build-std-detect.sh
228+
success:
229+
name: bors build finished
230+
if: success()
231+
runs-on: ubuntu-latest
232+
steps:
233+
- name: Mark the job as successful
234+
run: exit 0

0 commit comments

Comments
 (0)