We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8157b67 commit 5a6a606Copy full SHA for 5a6a606
1 file changed
.github/workflows/ci.yml
@@ -60,6 +60,7 @@ jobs:
60
working-directory: internal/endtoend/testdata
61
62
- name: report
63
+ if: ${{ github.ref == 'refs/heads/main' }}
64
run: ./scripts/report.sh
65
env:
66
BUILDKITE_ANALYTICS_TOKEN: ${{ secrets.BUILDKITE_ANALYTICS_TOKEN }}
0 commit comments