Skip to content

chore: test ci

chore: test ci #11

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: workflow_dispatch
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci.yaml
ref: ${{ github.event.pull_request.sha }}