Skip to content

Merge remote-tracking branch 'origin/bob/fix-from-bcs' into bob/fix-f… #13752

Merge remote-tracking branch 'origin/bob/fix-from-bcs' into bob/fix-f…

Merge remote-tracking branch 'origin/bob/fix-from-bcs' into bob/fix-f… #13752

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/[email protected]
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 }}