Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 1, 2024
1 parent 951c232 commit 732ebb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/notify-wandb-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
notify-wandb-core:
runs-on: ubuntu-latest
steps:
- name: Print payload
run: |
echo "Sending payload:"
echo '{"ref_name": "${{ github.ref_name }}", "sha": "${{ github.sha }}", "run_core_integration_tests": ${{ github.event.inputs.run_core_integration_tests || false }}}'
- name: Repository dispatch
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit 732ebb8

Please sign in to comment.