Revert "Refactor do-not-merge CI check to run on merge queue" (#22595)

Reverts Aurorastation/Aurora.3#22444

GitHub actions are being funny, this apparently doesn't work like that.
This commit is contained in:
FabianK3
2026-06-04 14:50:33 +02:00
committed by GitHub
parent 0328d7f88c
commit 8a67a8d0cd
2 changed files with 2 additions and 9 deletions
@@ -1,9 +1,8 @@
name: "'Do Not Merge' Blockers"
on:
merge_group:
branches:
- master
pull_request:
types: [synchronize, opened, labeled, unlabeled]
jobs:
donotmerge-blocker:
@@ -1,6 +0,0 @@
author: FabianK3
delete-after: True
changes:
- refactor: "Update the do-not-merge GitHub CI check to fail on merge, not while the PR is open."