| author | |
| committer | |
| log | 749b88c7f3391b542e1558483dbab32dbe8c6962 |
| tree | 1f62d7b1080243edbecebdf350027fde7bb5d3b3 |
| parent | 0bd1058d5ad81dd9af75d13facd1bc2834741a81 |
1 files changed, 1 insertions(+), 1 deletions(-)
.github/workflows/ci.yaml+1-1| ... | ... | @@ -4,7 +4,7 @@ on: |
| 4 | 4 | push: |
| 5 | 5 | branches: |
| 6 | 6 | - master |
| 7 | - llvm16 | |
| 7 | - llvm17 | |
| 8 | 8 | concurrency: |
| 9 | 9 | # Cancels pending runs when a PR gets updated. |
| 10 | 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |