From 428e97326402a251f67f2d237a1e5db797fec038 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Fri, 18 Nov 2022 20:47:12 +0100 Subject: [PATCH] Allow starting CI jobs manually --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5186a137..dc073ea4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,13 @@ concurrency: ${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true on: + name: Manual Inputs + on: + workflow_dispatch: + inputs: + git-ref: + description: Git Ref (Optional) + required: false push: paths-ignore: - "news/**"