From 3021ce3bfc0ec9d73262b6084f72a2e06ca0f064 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 17 May 2021 17:51:20 +0900 Subject: [PATCH] fixed broken dependency --- .github/workflows/firebase-hosting-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 28fa7c2..e434955 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -6,7 +6,6 @@ on: jobs: build_and_deploy: name: Build and Deploy - needs: build runs-on: ubuntu-latest steps: - name: Checkout Repo