| author | |
| committer | |
| log | cca2da16bdcc40dfc53e60a85dc666185823a1e9 |
| tree | 550a775ed3f9900956babfbfb6c793b47a0377b7 |
| parent | 071453d5b9a8a48211c4517185df1b41d42107c7 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | ... | @@ -7,7 +7,7 @@ on: |
| 7 | 7 | workflow_dispatch: |
| 8 | 8 | concurrency: |
| 9 | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |
| 10 | cancel-in-progress: true | |
| 10 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| 11 | 11 | permissions: |
| 12 | 12 | contents: read |
| 13 | 13 | jobs: |