Skip to content

Commit fc0c0cd

Browse files
authored
Update check-docker-compose.yml
1 parent b1d87e8 commit fc0c0cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/check-docker-compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
matrix: ${{ steps.generator.outputs.matrix }}
1818
steps:
1919
- id: generator
20-
<<<<<<< HEAD
21-
uses: elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
22-
=======
2320
uses: elastic/oblt-actions/elastic/active-branches@v1
24-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
2521

2622
check-docker-compose:
2723
needs:
@@ -48,20 +44,12 @@ jobs:
4844
- check-docker-compose
4945
steps:
5046
- id: check
51-
<<<<<<< HEAD
52-
uses: elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
53-
=======
5447
uses: elastic/oblt-actions/check-dependent-jobs@v1
55-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
5648
with:
5749
jobs: ${{ toJSON(needs) }}
5850
- run: ${{ steps.check.outputs.isSuccess }}
5951
- if: failure()
60-
<<<<<<< HEAD
61-
uses: elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
62-
=======
6352
uses: elastic/oblt-actions/slack/notify-result@v1
64-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
6553
with:
6654
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
6755
channel-id: "#apm-server"

0 commit comments

Comments
 (0)