Skip to content

Commit ddc43c4

Browse files
committed
Remove unused builds from CI
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
1 parent 80f725e commit ddc43c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
username: ${{ github.actor }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151

52-
- name: Compile check for rabbitmq
53-
run: |
54-
MG_MESSAGE_BROKER_TYPE=rabbitmq make mqtt
55-
56-
- name: Compile check for redis
57-
run: |
58-
MG_ES_TYPE=redis make mqtt
59-
6052
- name: Build and push Dockers
6153
run: |
6254
make latest -j $(nproc)

0 commit comments

Comments
 (0)