Skip to content

Commit 2f02c5c

Browse files
committed
test change
1 parent 1724afd commit 2f02c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trademark-cla-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
console.log(`CLA approved for ${prAuthor} by ${approvedBy} via ${method}`)
251251
252252
- name: Record manual CLA approval
253-
if: always() && steps.process-cla-approval.outputs.pr_number != ''
253+
if: success() && steps.process-cla-approval.outputs.pr_number != ''
254254
run: |
255255
echo "=== DEBUG: Record manual CLA approval step starting ==="
256256
echo "Available outputs:"

0 commit comments

Comments
 (0)