We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9a209 commit 81e9ce0Copy full SHA for 81e9ce0
1 file changed
.github/workflows/release-generate-ci.yaml
@@ -20,6 +20,10 @@ jobs:
20
name: generate-ci
21
runs-on: ubuntu-latest
22
steps:
23
+ - name: Freeup disk space
24
+ run: |
25
+ sudo rm -rf "/usr/local/share/boost"
26
+ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
27
- if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }}
28
name: '[backstage-plugins] Clone repository'
29
uses: actions/checkout@v4
0 commit comments