File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 17
17
matrix : ${{ steps.generator.outputs.matrix }}
18
18
steps :
19
19
- id : generator
20
- <<<<<<< HEAD
21
- uses : elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
22
- =======
23
20
uses : elastic/oblt-actions/elastic/active-branches@v1
24
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
25
21
26
22
check-docker-compose :
27
23
needs :
@@ -51,20 +47,12 @@ jobs:
51
47
- check-docker-compose
52
48
steps :
53
49
- id : check
54
- <<<<<<< HEAD
55
- uses : elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
56
- =======
57
50
uses : elastic/oblt-actions/check-dependent-jobs@v1
58
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
59
51
with :
60
52
jobs : ${{ toJSON(needs) }}
61
53
- run : ${{ steps.check.outputs.isSuccess }}
62
54
- if : failure()
63
- <<<<<<< HEAD
64
- uses : elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
65
- =======
66
55
uses : elastic/oblt-actions/slack/notify-result@v1
67
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
68
56
with :
69
57
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
70
58
channel-id : " #apm-server"
You can’t perform that action at this time.
0 commit comments