Skip to content

Commit

Permalink
Add dependency between sdk and cli workflows in CI (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCiesla authored Aug 18, 2024
1 parent c540014 commit b811eb3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish_cli.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: publish_cli
on:
workflow_dispatch:
push:
branches:
- master
workflow_run:
workflows: [ "publish_sdk" ]
types:
- completed

env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down Expand Up @@ -70,8 +71,8 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
toolchain: stable
override: true

- name: publish
run: |
Expand Down

0 comments on commit b811eb3

Please sign in to comment.