From c01773f9ff7256f55662ee7be7ecf894865c259c Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 6 Sep 2022 19:42:50 +0000 Subject: [PATCH] Pipeline job dependency fix --- .github/workflows/cd_pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd_pipeline.yaml b/.github/workflows/cd_pipeline.yaml index b83f872..6a09c45 100644 --- a/.github/workflows/cd_pipeline.yaml +++ b/.github/workflows/cd_pipeline.yaml @@ -40,6 +40,7 @@ jobs: path: 'build' Firefox: + needs: Build runs-on: ubuntu-latest steps: @@ -82,6 +83,7 @@ jobs: draft: false Chrome: + needs: Build runs-on: ubuntu-latest steps: @@ -122,6 +124,7 @@ jobs: draft: false Edge: + needs: Build runs-on: ubuntu-latest steps: