From d8979f1b85d0eb40dfebb47642ccc61ed82cb72b Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Sun, 1 Aug 2021 01:33:56 +1000 Subject: [PATCH] Fix workflow names --- .github/workflows/build-inputs.yml | 2 +- .github/workflows/build-matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-inputs.yml b/.github/workflows/build-inputs.yml index eb5c3bd..c602266 100644 --- a/.github/workflows/build-inputs.yml +++ b/.github/workflows/build-inputs.yml @@ -1,4 +1,4 @@ -name: 'Build inputs' +name: 'Build Inputs' on: workflow_dispatch: inputs: diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index 7320ff5..007cd3f 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -1,4 +1,4 @@ -name: 'Build matrix' +name: 'Build Matrix' on: - workflow_dispatch jobs: