Skip to content

Commit

Permalink
chore: fixed approval workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Sep 13, 2023
1 parent 27dde92 commit 5b067db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-app-cd-nightly-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

build-linux:
runs-on: ubuntu-latest
needs: [ build-and-release-core-and-cli ]
needs: [ build-and-release-core-and-cli, generate-build-identifier ]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

build-macos-x64:
runs-on: macos-latest
needs: [ build-and-release-core-and-cli ]
needs: [ build-and-release-core-and-cli, generate-build-identifier ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5b067db

Please sign in to comment.