diff options
author | Gerhard Lazu <gerhard@lazu.co.uk> | 2021-09-07 16:39:03 +0100 |
---|---|---|
committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2021-09-07 16:40:03 +0100 |
commit | 0d607a6bea3a2a71a056894211a862f3b7866d98 (patch) | |
tree | c007f66003e1de0e0eafe1c64fdb90ab681e66b3 | |
parent | 37ea496273ebb6ad6c92569defbc0312a3bd0cbc (diff) | |
download | rabbitmq-server-git-add-debug-utils-to-docker-oci.tar.gz |
Do not run tests if packaging changesadd-debug-utils-to-docker-oci
This change does not affect tests, and the other workflows (esp. the one
that builds OCIs) will check if something breaks in packaging.
Would you disagree with this @pjk25?
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
-rw-r--r-- | .github/workflows/test-mixed-versions.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index 90fc06f3ae..bec743a428 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -7,7 +7,6 @@ on: - v3.8.x paths: - 'deps/**' - - 'packaging/**' - 'scripts/**' - Makefile - plugins.mk diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ddb89aa195..d0fcd3df0f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,6 @@ on: push: paths: - 'deps/**' - - 'packaging/**' - 'scripts/**' - Makefile - plugins.mk |