CI: Fix PR cleanup --nobuild

This commit is contained in:
WillyJL
2025-11-29 22:16:49 +01:00
parent aee16c1855
commit ca80bb68d9

View File

@@ -15,7 +15,7 @@ jobs:
exit
fi
if ${{ !!github.event.pull_request }} ; then
SHOULD_REINDEX=${{ github.event.pull_request.action == 'closed' }}
SHOULD_REINDEX=${{ github.event.action == 'closed' }}
else
echo "What?"
exit 1