Skip to content

Commit

Permalink
github-action: use elastic/oblt-actions/github/check-dependent-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 1, 2024
1 parent d2bc9dc commit b6acfc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- go-test
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 b6acfc5

Please sign in to comment.