Skip to content

Commit

Permalink
run cli on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 7, 2023
1 parent 3d3aeff commit 6a08677
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

cli:
needs: test
uses: viamrobotics/rdk/.github/workflows/cli.yml@main
with:
release_type: 'stable'
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

slack-workflow-status:
if: ${{ failure() }}
name: Post Workflow Status To Slack
Expand Down

0 comments on commit 6a08677

Please sign in to comment.