Add full-ci branch trigger (#16980)

Allow branches to trigger full ci (helpful to run remote tests)
This commit is contained in:
pakrym-oai
2026-04-07 11:33:35 -07:00
committed by GitHub
Unverified
parent 8a13f82204
commit 470b3592e6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- "**full-ci**"
workflow_dispatch:
# CI builds in debug (dev) for faster signal.
@@ -34,6 +34,7 @@ fn has_plugins_clone_dirs(codex_home: &Path) -> bool {
})
}
#[cfg(unix)]
fn write_executable_script(path: &Path, contents: &str) {
#[cfg(unix)]
use std::os::unix::fs::PermissionsExt;