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 :
@@ -48,20 +44,12 @@ jobs:
48
44
- check-docker-compose
49
45
steps :
50
46
- id : check
51
- <<<<<<< HEAD
52
- uses : elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
53
- =======
54
47
uses : elastic/oblt-actions/check-dependent-jobs@v1
55
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
56
48
with :
57
49
jobs : ${{ toJSON(needs) }}
58
50
- run : ${{ steps.check.outputs.isSuccess }}
59
51
- if : failure()
60
- <<<<<<< HEAD
61
- uses : elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
62
- =======
63
52
uses : elastic/oblt-actions/slack/notify-result@v1
64
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
65
53
with :
66
54
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
67
55
channel-id : " #apm-server"
You can’t perform that action at this time.
0 commit comments