Skip to content

chore: test ci

chore: test ci #6

Workflow file for this run

name: Ok To Test
on:
pull_request_target:
jobs:
ok-to-test:
runs-on:
- self-hosted
- generic
steps:
- name: checkout
uses: actions/checkout@v4
- name: echo
run: |
echo ${{ toJSON(github.event.pull_request) }}
- name: workflow_dispatch
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci.yaml
ref: ${{ github.event.pull_request.head.ref }}