Skip to content

Commit

Permalink
fix parity update action (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Jul 22, 2024
1 parent 57538d4 commit c5f08ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-parity-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack-ext
ARTIFACT_ID: parity-metric-ext-raw-*
WORKFLOW: "Build, Test, Push"
WORKFLOW: "AWS / Build, Test, Push"
PREFIX_ARTIFACT: pro-integration-test

- name: Download coverage (capture-notimplemented) data from Pro pipeline (GitHub)
Expand All @@ -73,7 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack-ext
ARTIFACT_ID: capture-notimplemented-pro
WORKFLOW: "Build, Test, Push"
WORKFLOW: "AWS / Build, Test, Push"
RESOURCE_FOLDER: "metrics-implementation-details"

- name: Download metrics data from latest Community test run (CircleCI)
Expand Down

0 comments on commit c5f08ae

Please sign in to comment.