forgejo/workflows: don't cancel concurrent CI builds for non-PR pushes

This commit is contained in:
Timo Rothenpieler
2026-01-10 01:53:48 +00:00
parent f59968720c
commit 69773c404a
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@ on:
- master
pull_request:
concurrency:
cancel-in-progress: ${{ forge.event_name == 'pull_request' }}
jobs:
lint:
name: Pre-Commit
+3
View File
@@ -6,6 +6,9 @@ on:
- master
pull_request:
concurrency:
cancel-in-progress: ${{ forge.event_name == 'pull_request' }}
jobs:
run_fate:
name: Fate (${{ matrix.runner }}, ${{ matrix.shared }}, ${{ matrix.bits }} bit)