Skip to content

Commit

Permalink
github-action: use elastic/oblt-actions/check-dependent-jobs (#4292)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 4, 2024
1 parent 0beb5c5 commit 96aba95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- test-windows
steps:
- id: check
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
uses: elastic/oblt-actions/check-dependent-jobs@v1
with:
needs: ${{ toJSON(needs) }}
- run: ${{ steps.check.outputs.isSuccess }}
jobs: ${{ toJSON(needs) }}
- run: ${{ steps.check.outputs.is-success }}

0 comments on commit 96aba95

Please sign in to comment.