Skip to content

Commit

Permalink
github-action: use elastic/oblt-actions/check-dependent-jobs (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 4, 2024
1 parent d2bc9dc commit 5ccdc52
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 5ccdc52

Please sign in to comment.