mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-27 01:58:09 -07:00
CI: Fix PR cleanup --nobuild
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
if ${{ !!github.event.pull_request }} ; then
|
if ${{ !!github.event.pull_request }} ; then
|
||||||
SHOULD_REINDEX=${{ github.event.pull_request.action == 'closed' }}
|
SHOULD_REINDEX=${{ github.event.action == 'closed' }}
|
||||||
else
|
else
|
||||||
echo "What?"
|
echo "What?"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user