From 0108428ee1661b8d29ffaca5618ce912009a7e48 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Sat, 23 May 2026 23:12:21 +0100 Subject: [PATCH] `release-drafter.yml`: Remove `workflow_call` --- .github/workflows/release-drafter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b1f382a..150a3bf 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,11 +1,10 @@ name: Release Drafter on: + workflow_dispatch: push: branches: - main - workflow_dispatch: - workflow_call: concurrency: group: dot-github-${{ github.workflow }}-${{ github.ref_name }}