Fix failing checker AGAIN: property type checker when the type is a c… #760
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: trigger Benchmark | |
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 }}"}' |