How to configure your CI pipeline for Open SWE
[skip ci]
to the commit message. This can be used to make GitHub skip CI for that commit.
Below are instructions showing how to use this to skip creating Vercel CI preview deployments on every commit:
Set the environment variable
SKIP_CI_UNTIL_LAST_COMMIT
to true
in Open SWE’s environment variables:apps/open-swe/.env
Add custom 'Ignored Build Step' in Vercel
[skip ci]
.Test the configuration (optional)
[skip ci]
should show “Vercel would skip this build”[skip ci]
should show “Vercel would proceed with build”[skip ci]
in commit messages[skip ci]
to trigger deployment (script exits with code 0)