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 9ac9dc9 commit f16b1a7Copy full SHA for f16b1a7
.github/workflows/libcxx-build-and-test.yaml
@@ -290,6 +290,8 @@ jobs:
290
# needs: [ stage3 ] # TODO: Run this at the end of the pipeline once we're done testing the job
291
steps:
292
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
293
+ with:
294
+ fetch-depth: 0 # This job requires access to all the Git branches so it can diff against (usually) main
295
- name: benchmarks
296
run: libcxx/utils/ci/run-buildbot benchmark-comparison
297
env:
0 commit comments