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 059ae87 commit bd209ceCopy full SHA for bd209ce
.github/workflows/ci-report.yml
@@ -54,12 +54,11 @@ jobs:
54
id: downloadBuildScan
55
uses: actions/download-artifact@v4
56
with:
57
- name: build-scan-data-${{ matrix.rdbms }}
+ pattern: build-scan-data-*
58
github-token: ${{ github.token }}
59
repository: ${{ github.repository }}
60
run-id: ${{ github.event.workflow_run.id }}
61
path: /tmp/downloaded-build-scan-data/
62
- pattern: build-scan-data-*
63
# Don't fail the build if there are no matching artifacts
64
continue-on-error: true
65
- name: Publish Develocity build scans for previous builds
0 commit comments