Skip to content

Commit

Permalink
Added workflow notify for HIL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Dec 18, 2022
1 parent 997fd8f commit 8f23f96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,3 +538,15 @@ jobs:
repository: luxonis/robothub-apps
event-type: depthai-python-release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

notify_hil_workflow_linux_x86_64:
needs: [build-linux-x86_64]
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.HIL_CORE_DISPATCH_TOKEN }}
repository: luxonis/depthai-core-hil-tests
event-type: python-hil-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 8f23f96

Please sign in to comment.