Skip to content

Synchronize optimization into parallel processing, and replace the calculation of ghost data with validation methods during synchronization to improve efficiency #13106

Synchronize optimization into parallel processing, and replace the calculation of ghost data with validation methods during synchronization to improve efficiency

Synchronize optimization into parallel processing, and replace the calculation of ghost data with validation methods during synchronization to improve efficiency #13106

Workflow file for this run

name: Cancel
on:
push:
pull_request:
types: [closed]
jobs:
cancel:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.3.1
with:
# get work flow id by https://api.github.com/repos/starcoinorg/starcoin/actions/workflows
# 511061: build_test
# 1098916: codecov
# 4555449: benchmark_pr
workflow_id: 511061,1098916,4555449
ignore_sha: true
access_token: ${{ github.token }}