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

Merge pull request #767 from Avaiga/feature/#668-dn-is-up-to-date #48

Merge pull request #767 from Avaiga/feature/#668-dn-is-up-to-date

Merge pull request #767 from Avaiga/feature/#668-dn-is-up-to-date #48

name: Benchmark on taipy-integration-testing
on:
push:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger taipy-integration-testing
uses: peter-evans/repository-dispatch@v1
with:
token: ${{secrets.PERFORMANCE_BENCHMARK_ACCESS_TOKEN}}
repository: avaiga/taipy-integration-testing
event-type: benchmark
client-payload: '{"repo": "taipy-core", "commitSHA": "${{ github.sha }}"}'