Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Feb 10, 2025
1 parent a4d1a74 commit 6000a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telemetry-impls/load-then-clone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
name: telemetry-tools-env-vars
path: telemetry-artifacts
- name: Disable telemetry if run attempt is not 1
shell: bash
if: ${{ github.run_attempt > 1 }}
run: |
echo "TELEMETRY_ENABLED=false" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 6000a0c

Please sign in to comment.