Skip to content

Commit b2821a5

Browse files
authored
Update check-docker-compose.yml
1 parent 20ef8f0 commit b2821a5

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:
@@ -51,20 +47,12 @@ jobs:
5147
- check-docker-compose
5248
steps:
5349
- id: check
54-
<<<<<<< HEAD
55-
uses: elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
56-
=======
5750
uses: elastic/oblt-actions/check-dependent-jobs@v1
58-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
5951
with:
6052
jobs: ${{ toJSON(needs) }}
6153
- run: ${{ steps.check.outputs.isSuccess }}
6254
- if: failure()
63-
<<<<<<< HEAD
64-
uses: elastic/oblt-actions/slack/notify-result@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
65-
=======
6655
uses: elastic/oblt-actions/slack/notify-result@v1
67-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
6856
with:
6957
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
7058
channel-id: "#apm-server"

0 commit comments

Comments
 (0)