Skip to content

Commit

Permalink
WIP: success CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 24, 2024
1 parent 9636207 commit c4e9f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ jobs:
- name: Install Rust
run: rustup update nightly && rustup default nightly
- run: ./ci/build-std-detect.sh

success:
name: bors build finished
if: success()
needs: [docs, verify, env_override, test, build-std-detect]
runs-on: ubuntu-latest
steps:
- name: Mark the job as successful
Expand Down

0 comments on commit c4e9f72

Please sign in to comment.