TO-REVERT

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2026-02-12 01:15:57 +01:00
parent 549eb1e5b6
commit c6679548ae

View File

@@ -26,7 +26,7 @@ permissions:
env:
BRANCH: ${{ inputs.branch || 'all' }}
PUSH: ${{ github.event_name == 'schedule' && 'true' || inputs.push || 'false' }}
PUSH: ${{ github.event_name == 'schedule' && 'true' || inputs.push || 'true' }}
COPILOT_MODEL: claude-opus-4.5
jobs: