Skip to content

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,… #23

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,…

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,… #23

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