We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7676087 commit 8990901Copy full SHA for 8990901
.github/actions/setup-ci/action.yaml
@@ -52,3 +52,14 @@ runs:
52
run: |
53
cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 6, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
54
mv config.json.new config.json
55
+ - name: Start Workflow Telemetry
56
+ uses: whywaita/workflow-telemetry-action@use_quickchart
57
+ - name: Collect Workflow Telemetry
58
+ # uses: catchpoint/workflow-telemetry-action@v2
59
+ # Use a fork that fixes chart issue
60
+ # https://github.com/catchpoint/workflow-telemetry-action/pull/98
61
62
+ with:
63
+ theme: dark
64
+ comment_on_pr: false
65
+ proc_trace_chart_show: false
0 commit comments