Skip to content

Commit

Permalink
add dependency workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 2, 2025
1 parent e259239 commit 153ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.status == 'completed' }} && ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 'Checkout GitHub Action'
id: checkout
Expand Down

0 comments on commit 153ebd1

Please sign in to comment.