Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

improve ref man for registration package #180

improve ref man for registration package

improve ref man for registration package #180

Workflow file for this run

name: Performance benchmarking
on:
push:
branches: [ develop ]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST \
-H "Authorization: Bearer ${{secrets.PERFORMANCE_BENCHMARK_ACCESS_TOKEN}}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/Avaiga/taipy-integration-testing/actions/workflows/benchmark.yml/dispatches \
-d '{"ref": "develop"}'