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: