Skip to content

ci: test ndk 27

ci: test ndk 27 #855

Workflow file for this run

name: Remote Dispatch Action Initiator
on:
push:
branches:
- develop
jobs:
ping-pong:
runs-on: ubuntu-latest
steps:
- name: PING - Dispatch initiating repository event
run: |
curl -X POST https://api.github.com/repos/hyoklee/hpf/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
# - name: PING - vol-tests
# run: |
# curl -X POST https://api.github.com/repos/hyoklee/vol-tests/dispatches \
# -H 'Accept: application/vnd.github.everest-preview+json' \
# -u ${{ secrets.ACCESS_TOKEN }} \
# --data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'