From 0d607a6bea3a2a71a056894211a862f3b7866d98 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Tue, 7 Sep 2021 16:39:03 +0100 Subject: Do not run tests if packaging changes 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 --- .github/workflows/test-mixed-versions.yaml | 1 - .github/workflows/test.yaml | 1 - 2 files changed, 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 -- cgit v1.2.1