Skip to content

update ci

update ci #2

Workflow file for this run

name: Sync Query Engine to query engine suite
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
sync-to-suite:
runs-on: ubuntu-latest
steps:
- name: Trigger sync on parent repo
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/OPSILab/query-engine-suite/dispatches \
-d '{"event_type":"sync-query-engine"}'