We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a5c14 commit 0dbabfcCopy full SHA for 0dbabfc
.github/workflows/preview-build.yml
@@ -65,7 +65,7 @@ jobs:
65
ref: ${{ github.event.pull_request.head.sha || github.ref }}
66
67
- name: Free Disk Space
68
- if: github.repository == 'elastic/asciidocalypse'
+ if: contains(fromJSON('["elastic/asciidocalypse", "elastic/security-docs"]'), github.repository)
69
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
70
with:
71
tool-cache: false
0 commit comments