Skip to content

Commit b9a3f4d

Browse files
committed
Remove MQTT from CI jobs
1 parent 663fb8f commit b9a3f4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-main-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
connector:
115115
- name: AMQP
116116
artifact: smallrye-reactive-messaging-amqp
117-
- name: MQTT
118-
artifact: smallrye-reactive-messaging-mqtt
117+
# - name: MQTT
118+
# artifact: smallrye-reactive-messaging-mqtt
119119
- name: RabbitMQ
120120
artifact: smallrye-reactive-messaging-rabbitmq-og
121121
- name: Pulsar

.github/workflows/build-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
connector:
114114
- name: AMQP
115115
artifact: smallrye-reactive-messaging-amqp
116-
- name: MQTT
117-
artifact: smallrye-reactive-messaging-mqtt
116+
# - name: MQTT
117+
# artifact: smallrye-reactive-messaging-mqtt
118118
- name: RabbitMQ
119119
artifact: smallrye-reactive-messaging-rabbitmq-og
120120
- name: Pulsar

0 commit comments

Comments
 (0)