Skip to content

Commit

Permalink
[ci] Auto cancel the docker_build task (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Jun 19, 2024
1 parent 7b593d7 commit f18f7e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: styfle/[email protected]
with:
# get work flow id by https://api.github.com/repos/rooch-network/rooch/actions/workflows
# 57258338: check_build_test
workflow_id: 57258338
# 57258338: check_build_test 62413072:docker_build.yml
workflow_id: 57258338,62413072
ignore_sha: true
access_token: ${{ github.token }}
8 changes: 4 additions & 4 deletions .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
description: 'Tag Name to Checkout'
required: true
default: 'latest'
workflow_run:
workflows: ["Build Docker And Deploy Seed"]
types:
- completed
# workflow_run:
# workflows: ["Build Docker And Deploy Seed"]
# types:
# - completed

jobs:
deploy-rooch-mainnet:
Expand Down

0 comments on commit f18f7e1

Please sign in to comment.