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 2f50d25 commit 3b2262bCopy full SHA for 3b2262b
.github/workflows/ruby-dataset-measure.yml
@@ -54,7 +54,7 @@ jobs:
54
codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
55
- uses: actions/upload-artifact@v3
56
with:
57
- name: measurements
+ name: measurements-${{ hashFiles('stats/**') }}
58
path: stats
59
retention-days: 1
60
@@ -65,7 +65,6 @@ jobs:
65
- uses: actions/checkout@v4
66
- uses: actions/download-artifact@v3
67
68
69
70
- run: |
71
python -m pip install --user lxml
0 commit comments