From 288b237a315d2f3592ec776dc540dcc26802ca1e Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Thu, 21 Sep 2023 13:37:25 -0400 Subject: [PATCH] Add empty job --- .github/workflows/dev-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 2e69d9e5c4..2a5745794c 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -1,4 +1,4 @@ -name: 'Ionic Dev Build' +name: "Ionic Dev Build" on: workflow_dispatch: @@ -33,10 +33,13 @@ jobs: secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + leave-comment: + runs-on: ubuntu-latest + needs: [create-dev-hash, release-ionic] + get-build: name: Get your dev build! runs-on: ubuntu-latest needs: [create-dev-hash, release-ionic] steps: - run: echo ${{ needs.create-dev-hash.outputs.dev-hash }} -