Skip to content

Commit

Permalink
Don't wait for end of previous stage
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Jul 2, 2024
1 parent b2b3a81 commit 733146d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildPlan-A.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
stage-2:
runs-on: ubuntu-22.04
needs: [ setup-build, stage-1 ]
needs: [ setup-build ]
continue-on-error: true
timeout-minutes: 360
strategy:
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
stage-3:
runs-on: ubuntu-22.04
needs: [ setup-build, stage-2 ]
needs: [ setup-build ]
continue-on-error: true
timeout-minutes: 360
strategy:
Expand Down Expand Up @@ -946,7 +946,7 @@ jobs:
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
stage-4:
runs-on: ubuntu-22.04
needs: [ setup-build, stage-3 ]
needs: [ setup-build ]
continue-on-error: true
timeout-minutes: 360
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildPlan-B.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ jobs:
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
stage-2:
runs-on: ubuntu-22.04
needs: [ setup-build, stage-1 ]
needs: [ setup-build ]
continue-on-error: true
timeout-minutes: 360
strategy:
Expand Down

0 comments on commit 733146d

Please sign in to comment.