Significantly improve graph mapping on uncompressible networks (~8x) … #14
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: Test QAequilibraE | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
trigger-event: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Triggers test run on QAequilibraE | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
repository: aequilibrae/qaequilibrae | |
event-type: custom-event | |
client-payload: '{"ref": "develop"}' |