| author | |
| committer | |
| log | 9a12905a2da045b0948f612583b526bca3a1b2f0 |
| tree | 405eacb82afc837583a1eccad25936106bc4b8cf |
| parent | 1a178d499537b922ff05c5d0186ed5a00dbb1a9b |
1 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/ci.yaml+3| ... | ... | @@ -9,6 +9,9 @@ concurrency: |
| 9 | 9 | # Cancels pending runs when a PR gets updated. |
| 10 | 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |
| 11 | 11 | cancel-in-progress: true |
| 12 | permissions: | |
| 13 | # Sets permission policy for `GITHUB_TOKEN` | |
| 14 | contents: read | |
| 12 | 15 | jobs: |
| 13 | 16 | x86_64-linux-debug: |
| 14 | 17 | timeout-minutes: 420 |