Test dispatch

This commit is contained in:
Firq 2024-10-22 19:29:01 +02:00
parent 6e3d23e8f7
commit 2d07dbbbdb
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 15 additions and 4 deletions
.forgejo/workflows

View file

@ -23,3 +23,11 @@ jobs:
run: npm i
- name: Run astro check (linting + static analysis)
run: npm run astro check
run-unlighthouse:
runs-on: docker
steps:
- name: Launch workflow
run: |
curl -X POST -H "Authorization: ${GITHUB_TOKEN}" \
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \
"${GITHUB_API_URL}/repos/{GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v