diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e854e4c2..dcccb834f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,9 +196,9 @@ jobs: - github-draft 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) }} + jobs: ${{ toJSON(needs) }} - if: startsWith(github.ref, 'refs/tags') uses: elastic/oblt-actions/slack/notify-result@v1 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62a157118..016de58b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -171,10 +171,10 @@ jobs: - 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 }} - if: failure() && (github.event_name == 'schedule' || github.event_name == 'push') uses: elastic/oblt-actions/slack/notify-result@v1 with: