-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-actions: replace apm-pipeline-library actions for oblt-actions (…
- Loading branch information
1 parent
a5cccdb
commit 146444c
Showing
5 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- id: generate | ||
name: Generate matrix | ||
uses: elastic/apm-pipeline-library/.github/actions/elastic-stack-snapshot-branches@current | ||
uses: elastic/oblt-actions/elastic/active-branches@v1 | ||
with: | ||
exclude-branches: '7.17' | ||
|
||
|
@@ -57,9 +57,9 @@ jobs: | |
- smoke-tests-ess | ||
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) }} | ||
- uses: elastic/oblt-actions/slack/[email protected] | ||
with: | ||
bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters