mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
Add skip-duplicate-actions to avoid rebuilding on push to master when the same code already built successfully on the PR. This saves CI time and resources by detecting when file content (tree hash) matches a previous successful run. - Add pre_job that checks for duplicate runs using fkirc/skip-duplicate-actions - PR builds always run (never skipped) to ensure status before merge - Push builds to master skip if identical code already built successfully - Both linux and windows jobs depend on pre_job skip check