Skip to content

Merge pull request #1321 from Avaiga/1297-value-format #271

Merge pull request #1321 from Avaiga/1297-value-format

Merge pull request #1321 from Avaiga/1297-value-format #271

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.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
repository: avaiga/taipy-benchmark
event-type: benchmark
client-payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'