From 1cafa08389383c7aeafde63984b3b692d2689edb Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Wed, 22 Jan 2025 14:35:24 -0800 Subject: [PATCH] #0: fix blachole scheduled post-commit --- .github/workflows/blackhole-post-commit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/blackhole-post-commit.yaml b/.github/workflows/blackhole-post-commit.yaml index f7009d3805b..868d54bc190 100644 --- a/.github/workflows/blackhole-post-commit.yaml +++ b/.github/workflows/blackhole-post-commit.yaml @@ -2,6 +2,12 @@ name: "Blackhole post-commit tests" on: workflow_call: + inputs: + runner-label: + description: 'Optional: BH' + required: false + type: string + default: 'BH' workflow_dispatch: inputs: runner-label: