Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

CI: fix docs parity updates #1799

Merged
merged 5 commits into from
Jul 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CI: fix artifact id and result files prefix
  • Loading branch information
k-a-il committed Jul 7, 2025
commit 68ea75cf13213ca824cfe31e57963cfd920d2825
3 changes: 2 additions & 1 deletion .github/workflows/docs-parity-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack
ARTIFACT_ID: test-results-integration-*
ARTIFACT_ID: parity-metric-raw-amd*
WORKFLOW: "AWS / Build, Test, Push"
PREFIX_ARTIFACT: community-integration-test

- name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub)
working-directory: docs
Expand Down