Skip to content

Commit 0dbabfc

Browse files
authored
Run free-disk-space action in security-docs (#639)
1 parent 04a5c14 commit 0dbabfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: ${{ github.event.pull_request.head.sha || github.ref }}
6666

6767
- name: Free Disk Space
68-
if: github.repository == 'elastic/asciidocalypse'
68+
if: contains(fromJSON('["elastic/asciidocalypse", "elastic/security-docs"]'), github.repository)
6969
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
7070
with:
7171
tool-cache: false

0 commit comments

Comments
 (0)