mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-03-29 10:49:54 +00:00
CI: Fix PR cleanup --nobuild
This commit is contained in:
2
.github/workflows/pr-cleanup.yml
vendored
2
.github/workflows/pr-cleanup.yml
vendored
@@ -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