Skip to content

Ci/#355

Ci/#355 #4

Workflow file for this run

name: Dummy
on:
pull_request:
paths:
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Final Check
run: |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"final_check"}'