ci: revert global concurrency change again because it breaks PR workflows

Need to figure out something better for this soon, but it's better not to have this at all right now
This commit is contained in:
goat 2025-12-18 01:29:48 +01:00 committed by GitHub
parent 02d4081f2f
commit 25dba5e23b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,8 @@
name: Build Dalamud
on: [push, pull_request, workflow_dispatch]
# Globally blocking because of git pushes in deploy step
concurrency:
group: build_dalamud_${{ github.repository_owner }}
group: build_dalamud_${{ github.ref_name }}
cancel-in-progress: false
jobs: