Skip to content

if this is the first pruning point, the previous one will be genesis #13110

if this is the first pruning point, the previous one will be genesis

if this is the first pruning point, the previous one will be genesis #13110

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 }}