Skip to content

chore(deps): bump vergen-git2 from 1.0.0 to 1.0.1 #2308

chore(deps): bump vergen-git2 from 1.0.0 to 1.0.1

chore(deps): bump vergen-git2 from 1.0.0 to 1.0.1 #2308

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/rooch-network/rooch/actions/workflows
# 57258338: check_build_test 62413072:docker_build.yml
workflow_id: 57258338,62413072
ignore_sha: true
access_token: ${{ github.token }}