Skip to content

Commit

Permalink
fix: workflow not waiting for called workflow to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzero1 authored Dec 12, 2023
1 parent ead1c66 commit f1a2e99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nx-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ jobs:
repository: ${{ github.repository }}
pr_head: ${{ github.event.pull_request.head.sha }}
pr_base: ${{ github.event.pull_request.base.ref }}

wait-for-result:
name: Wait For Result
needs: call-workflow
runs-on: ubuntu-latest
steps:
- name: "Wait"
shell: bash
run: |
echo "got result"

0 comments on commit f1a2e99

Please sign in to comment.