Skip to content

Commit 5a6a606

Browse files
authored
ci: Only report test results on main (#2081)
1 parent 8157b67 commit 5a6a606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
working-directory: internal/endtoend/testdata
6161

6262
- name: report
63+
if: ${{ github.ref == 'refs/heads/main' }}
6364
run: ./scripts/report.sh
6465
env:
6566
BUILDKITE_ANALYTICS_TOKEN: ${{ secrets.BUILDKITE_ANALYTICS_TOKEN }}

0 commit comments

Comments
 (0)