Skip to content

Commit

Permalink
[ci] load-rs:release workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored and appetrosyan committed Apr 20, 2022
1 parent 7f9e0dd commit 38e572e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
file: lcov.info


deploy:
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -76,3 +75,14 @@ jobs:
PROFILE=--release
BIN=iroha_crypto_cli
- name: Build and push load-rs:release docker image
run: |
sleep 10s
echo "wait to finish other workflow"
- uses: convictional/[email protected]
with:
owner: soramitsu
repo: iroha2-longevity-load-rs
github_token: ${{ secrets.G_ACCESS_TOKEN }}
workflow_file_name: load-rs-push-from-release.yaml
ref: release

0 comments on commit 38e572e

Please sign in to comment.