Skip to content

Commit

Permalink
comment about summarize needing runner
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 12, 2024
1 parent 31cb55f commit 8c92a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
sccache -s;
telemetry-summarize:
# It is essential that this job run on a self-hosted runner. Otherwise, the job
# won't be able to communicate with FluentBit, and you won't be recording anything.
runs-on: linux-amd64-cpu4
needs: pr-builder
if: ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() }}
Expand Down

0 comments on commit 8c92a92

Please sign in to comment.