Skip to content

Commit 5de4712

Browse files
committed
Remove unnecessary download of metrics data from Moto Integration test
1 parent 7aaeaf5 commit 5de4712

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@ jobs:
4242
curl -o /tmp/get_latest_github_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_github_metrics.sh -H 'Accept: application/vnd.github.v3.raw'
4343
chmod +x /tmp/get_latest_github_metrics.sh
4444
45-
- name: Download metrics data from Moto Integration test pipeline (GitHub)
46-
working-directory: docs
47-
continue-on-error: true
48-
run: /tmp/get_latest_github_metrics.sh ./target main
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
51-
REPOSITORY_NAME: localstack-moto-test-coverage
52-
ARTIFACT_ID: test-metrics
53-
WORKFLOW: moto-integration-tests
54-
PREFIX_ARTIFACT: moto-integration-test
55-
FILTER_SUCCESS: 0
56-
5745
- name: Download metrics data from Terraform Integration test pipeline (GitHub)
5846
working-directory: docs
5947
run: /tmp/get_latest_github_metrics.sh ./target main

0 commit comments

Comments
 (0)