Commit cca2da16bd
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs: