From e01f0132b6477eb6de92e706feb946644e6a12e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Thu, 9 Jan 2025 14:43:43 +0000 Subject: [PATCH] Update plugin_docs_test.yaml --- .github/workflows/plugin_docs_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_docs_test.yaml b/.github/workflows/plugin_docs_test.yaml index 77a2086..e8032b6 100644 --- a/.github/workflows/plugin_docs_test.yaml +++ b/.github/workflows/plugin_docs_test.yaml @@ -6,7 +6,7 @@ on: - 'docs/**/*' jobs: build_docs: - #if: github.repository != 'logstash-plugins/.ci' + if: github.repository != 'logstash-plugins/.ci' runs-on: ubuntu-latest steps: - name: Check out plugin code