diff --git a/.github/workflows/check-plugins.yaml b/.github/workflows/check-plugins.yaml index 91080e879ff..7e47542645a 100644 --- a/.github/workflows/check-plugins.yaml +++ b/.github/workflows/check-plugins.yaml @@ -7,6 +7,7 @@ env: TEST_PERSIST_BUILD: true jobs: validate: + if: "!contains( github.event.pull_request.labels.*.name, 'ci/skip-validate-plugins')" runs-on: ubuntu-latest steps: - name: Checkout