Compare commits

...

6 commits

Author SHA1 Message Date
github-actions[bot]
3a1e1e6425 Update Excel Schema
Some checks are pending
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-12-18 06:40:14 +00:00
goat
fb7cd452f6
Merge pull request #2513 from goatcorp/csupdate-master
Some checks are pending
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
Tag Build / Tag Build (push) Successful in 4s
[master] Update ClientStructs
2025-12-18 01:41:11 +01:00
goat
707369bfad
Merge pull request #2457 from goatcorp/schemaupdate-master
[master] Update Excel Schema
2025-12-18 01:30:26 +01:00
goat
25dba5e23b
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
2025-12-18 01:29:48 +01:00
github-actions[bot]
05037dccc7 Update ClientStructs 2025-12-18 00:24:13 +00:00
goat
02d4081f2f
ci: disable rollup for now 2025-12-18 01:24:09 +01:00
4 changed files with 6 additions and 7 deletions

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:

View file

@ -1,8 +1,8 @@
name: Rollup changes to next version
on:
push:
branches:
- master
# push:
# branches:
# - master
workflow_dispatch:
jobs:

@ -1 +1 @@
Subproject commit 305c1629eed0b1cdca5efb102e37de93d592d155
Subproject commit c0a8620439e647ccf443710e81acce021b299bf5

@ -1 +1 @@
Subproject commit c74841abce0830ead4437ed2f560bceb6235a538
Subproject commit d8d0b53e27393f509ac5397511cb8d251d562277