diff options
author | Philip Kuryloski <kuryloskip@vmware.com> | 2021-01-15 10:00:44 +0100 |
---|---|---|
committer | Philip Kuryloski <kuryloskip@vmware.com> | 2021-01-15 10:00:44 +0100 |
commit | cc53ec1a72424452393068b99a3c5120750b5a42 (patch) | |
tree | f860494009c0bb9440fc3dc8caa5af9413164080 /.github | |
parent | 2e9a52903c430b0fa5d3be0070f312667128d2c2 (diff) | |
download | rabbitmq-server-git-cc53ec1a72424452393068b99a3c5120750b5a42.tar.gz |
Fixup previous commit
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-23.1.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-git.yaml | 1 |
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: |