From 56c901af37bc2451d7a1f0bf1c9f2adbdd7f05fb Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 27 Feb 2025 17:55:15 +0100 Subject: [PATCH] Run free-disk-space action in security-docs --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index b657dc28ed..f9793c0a9e 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -65,7 +65,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Free Disk Space - if: github.repository == 'elastic/asciidocalypse' + if: contains(fromJSON('["elastic/asciidocalypse", "elastic/security-docs"]'), github.repository) uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false