mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
CI: Fix PR cleanup --nobuild
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user