order scenarios (and cycles) so that we always get the same order on … #79
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}"}' |