Skip to content

Commit

Permalink
chore: should not trigger lark noti if sender is a project member
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Apr 22, 2024
1 parent 55ae647 commit 225d735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-pr-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
STATUS=$?
echo "Status: $STATUS"
if [ $status -eq 0 ]; then
if [ $STATUS -eq 0 ]; then
echo "::set-output name=skip::true"
echo "Workflow triggered by a project member: $SENDER , will NOT trigger lark notify"
else
Expand Down

0 comments on commit 225d735

Please sign in to comment.