limit simultaneous cancel's #197
Workflow file for this run
This file contains hidden or 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: Replication test | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| paths: | |
| - "sources/**" | |
| - "test/**" | |
| - "CMakeLists.txt" | |
| - "docker/**" | |
| - "modules/**" | |
| - "cmake/**" | |
| - "!docker/prom-exporter/**" | |
| jobs: | |
| replication-test: | |
| name: replication-test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| submodules: recursive | |
| - name: Replication protocol with Odyssey image test | |
| run: make replication_test |