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 c430546 commit aa1ff9fCopy full SHA for aa1ff9f
1 file changed
.github/workflows/measure-disk-usage-master.yml
@@ -11,8 +11,6 @@ on:
11
push:
12
branches:
13
- master
14
- paths:
15
- - .deps/**
16
17
env:
18
PYTHON_VERSION: "3.13"
@@ -58,3 +56,17 @@ jobs:
58
56
59
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
run: ddev -v size status --commit "${{ github.sha }}" --format json --to-dd-key ${{ steps.dd-sts.outputs.api_key }} --compressed
+
+ - name: Upload JSON uncompressed sizes artifact
61
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62
+ with:
63
+ name: status_uncompressed.json
64
+ path: status_uncompressed.json
65
+ if-no-files-found: error
66
67
+ - name: Upload JSON compressed sizes artifact
68
69
70
+ name: status_compressed.json
71
+ path: status_compressed.json
72
0 commit comments