Skip to content

Commit 64c1bef

Browse files
alexrashedclaude
andcommitted
fix: correct K8s acceptance test artifact name pattern
The acceptance test artifact has no numeric shard suffix unlike integration tests, so the trailing `-*` glob never matched anything. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8219404 commit 64c1bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-parity-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
100100
REPOSITORY_NAME: localstack-pro
101-
ARTIFACT_ID: parity-metric-pro-k8s-acceptance-raw-amd64-*
101+
ARTIFACT_ID: parity-metric-pro-k8s-acceptance-raw-amd64
102102
WORKFLOW: "AWS / Pro K8s tests"
103103
PREFIX_ARTIFACT: k8s-acceptance-test
104104

0 commit comments

Comments
 (0)