Skip to content

Commit b8b6727

Browse files
authored
Remove unnecessary download of metrics data from Moto Integration test workflow (#336)
1 parent 5644e3b commit b8b6727

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +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-
run: /tmp/get_latest_github_metrics.sh ./target main
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
50-
REPOSITORY_NAME: localstack-moto-test-coverage
51-
ARTIFACT_ID: test-metrics
52-
WORKFLOW: moto-integration-tests
53-
PREFIX_ARTIFACT: moto-integration-test
54-
FILTER_SUCCESS: 0
55-
5645
- name: Download metrics data from Terraform Integration test pipeline (GitHub)
5746
working-directory: docs
5847
run: /tmp/get_latest_github_metrics.sh ./target main

0 commit comments

Comments
 (0)