1 parent 2a43f21 commit 0e6c337Copy full SHA for 0e6c337
1 file changed
.github/workflows/measure-disk-usage.yml
@@ -41,7 +41,7 @@ jobs:
41
--commit ${{ github.event.workflow_run.head_sha }} \
42
--format json"
43
44
- if [ "${{ github.event.workflow_run.event }}" = "push" ] && [ "${{ github.ref_name }}" = "master" ]; then
+ if [ "${{ github.event.workflow_run.event }}" = "push" ] && [ "${{ github.event.workflow_run.head_branch }}" = "master" ]; then
45
cmd="$cmd --to-dd-key ${{ secrets.DD_API_KEY }}"
46
fi
47
0 commit comments