Skip to content

Commit

Permalink
Bugfix: workflow not waiting for called workflow to complete (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzero1 authored Oct 7, 2024
1 parent 17c48fb commit 18dd197
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 @@ -16,3 +16,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 18dd197

Please sign in to comment.