Skip to content

Commit

Permalink
Remove check aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
otaliptus committed Jan 2, 2024
1 parent 7e97e7b commit 91b1084
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,6 @@ concurrency:
cancel-in-progress: ${{ (github.ref != 'refs/heads/nightly') && (github.ref != 'refs/heads/stable') && (github.ref != 'refs/heads/talip/ci-cd') }}

jobs:
check-aggregate:
# # Follows the guide at <https://github.com/re-actors/alls-green>.
runs-on: [self-hosted]
# if: always()
needs:
# # If you're modifying this workflow file and you're adding/removing a job
# # which should be required to pass before merging a PR, don't forget to
# # update this list!
- check
- check_no_std
- nextest
steps:
- name: Compute whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
allowed-skips: deploy-github-pages
jobs: ${{ toJSON(needs) }}

check:
name: check
runs-on: [self-hosted]
Expand Down

0 comments on commit 91b1084

Please sign in to comment.