Skip to content

Commit

Permalink
Remove bors-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 2, 2023
1 parent 527dd1a commit 2191fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
7 changes: 0 additions & 7 deletions .github/bors.toml

This file was deleted.

29 changes: 1 addition & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
push:
branches:
- staging
- master
schedule:
- cron: '0 1 * * *'

Expand Down Expand Up @@ -223,30 +223,3 @@ jobs:
- name: Install shellcheck
uses: taiki-e/install-action@shellcheck
- run: shellcheck $(git ls-files '*.sh')

# This job doesn't actually test anything, but they're used to tell bors the
# build completed, as there is no practical way to detect when a workflow is
# successful listening to webhooks only.
#
# ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB!

ci-success:
name: ci
if: github.event_name == 'push' && success()
needs:
- test
- features
- dependencies
- codegen
- rustfmt
- clippy
- miri
- careful
- san
- loom
- docs
- shellcheck
runs-on: ubuntu-latest
steps:
- name: Mark the job as a success
run: exit 0

0 comments on commit 2191fcd

Please sign in to comment.