1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Pipeline job dependency fix

This commit is contained in:
2022-09-06 19:42:50 +00:00
committed by GitHub
parent 5831dd3dc5
commit c01773f9ff
+3
View File
@@ -40,6 +40,7 @@ jobs:
path: 'build' path: 'build'
Firefox: Firefox:
needs: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -82,6 +83,7 @@ jobs:
draft: false draft: false
Chrome: Chrome:
needs: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -122,6 +124,7 @@ jobs:
draft: false draft: false
Edge: Edge:
needs: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: