| author | |
| committer | |
| log | 703552e253757db994b20533526f2a5d0826a193 |
| tree | db5c3684f5686dbf4a71e0520f00c8558559497a |
| parent | 3adbe0afa3f7c131e9a7ed2a7a524372e98b2827 |
1 files changed, 4 insertions(+), 0 deletions(-)
.github/workflows/ci.yaml+4| ... | ... | @@ -4,6 +4,10 @@ on: |
| 4 | 4 | push: |
| 5 | 5 | branches: |
| 6 | 6 | - master |
| 7 | concurrency: | |
| 8 | # Cancels pending runs when a PR gets updated. | |
| 9 | group: ${{ github.head_ref || github.run_id }} | |
| 10 | cancel-in-progress: true | |
| 7 | 11 | jobs: |
| 8 | 12 | x86_64-linux-debug: |
| 9 | 13 | outputs: |