summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-01-15 10:00:44 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-01-15 10:00:44 +0100
commitcc53ec1a72424452393068b99a3c5120750b5a42 (patch)
treef860494009c0bb9440fc3dc8caa5af9413164080 /.github
parent2e9a52903c430b0fa5d3be0070f312667128d2c2 (diff)
downloadrabbitmq-server-git-cc53ec1a72424452393068b99a3c5120750b5a42.tar.gz
Fixup previous commit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-erlang-otp-22.3.yaml1
-rw-r--r--.github/workflows/test-erlang-otp-23.1.yaml1
-rw-r--r--.github/workflows/test-erlang-otp-git.yaml1
3 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml
index d05121b2bf..89141011c6 100644
--- a/.github/workflows/test-erlang-otp-22.3.yaml
+++ b/.github/workflows/test-erlang-otp-22.3.yaml
@@ -9048,7 +9048,6 @@ jobs:
- rabbitmq_web_mqtt_examples
- rabbitmq_web_stomp
- rabbitmq_web_stomp_examples
- - package-generic-unix
runs-on: ubuntu-18.04
if: '!contains(github.event.head_commit.message, ''[ci skip]'') && (success() || failure())'
steps:
diff --git a/.github/workflows/test-erlang-otp-23.1.yaml b/.github/workflows/test-erlang-otp-23.1.yaml
index 4c004723df..e6c267eb81 100644
--- a/.github/workflows/test-erlang-otp-23.1.yaml
+++ b/.github/workflows/test-erlang-otp-23.1.yaml
@@ -5611,7 +5611,6 @@ jobs:
- rabbitmq_web_mqtt_examples
- rabbitmq_web_stomp
- rabbitmq_web_stomp_examples
- - package-generic-unix
runs-on: ubuntu-18.04
if: '!contains(github.event.head_commit.message, ''[ci skip]'') && (success() || failure())'
steps:
diff --git a/.github/workflows/test-erlang-otp-git.yaml b/.github/workflows/test-erlang-otp-git.yaml
index cec1deebbb..1a61707473 100644
--- a/.github/workflows/test-erlang-otp-git.yaml
+++ b/.github/workflows/test-erlang-otp-git.yaml
@@ -5478,7 +5478,6 @@ jobs:
- rabbitmq_web_mqtt_examples
- rabbitmq_web_stomp
- rabbitmq_web_stomp_examples
- - package-generic-unix
runs-on: ubuntu-18.04
if: '!contains(github.event.head_commit.message, ''[ci skip]'') && (success() || failure())'
steps: