We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ecc26 commit 10a5f6aCopy full SHA for 10a5f6a
telemetry-dispatch-summarize/action.yml
@@ -12,4 +12,9 @@ runs:
12
using: 'composite'
13
steps:
14
- uses: rapidsai/shared-actions/telemetry-impls/load-then-clone@main
15
+ if: ${{ github.run_attempt == '1' }}
16
- uses: ./shared-actions/telemetry-impls/summarize
17
18
+ - if: ${{ github.run_attempt != '1' }}
19
+ shell: bash
20
+ run: echo "Skipping telemetry-summarize for run attempt > 1"
0 commit comments