Skip to content

Commit e790d61

Browse files
committed
Merge remote-tracking branch 'origin/main' into codex/upstream-apm-completeness-gate
2 parents e112938 + ff3334a commit e790d61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/test_migration_ci_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def test_migration_ci_enforces_completion_for_crane_prs_and_explicit_manual_runs
2121
assert "--enforce" in text
2222
assert "UPSTREAM_APM_STATUS" in text
2323
assert "--allow-obsolete-python-tests" in text
24-
assert "inputs.enforce_completion == true" in text
25-
assert 'github.event.pull_request.head.ref }}" == crane/*' in text
24+
assert '[ "${ENFORCE_COMPLETION_INPUT:-false}" = "true" ]' in text
25+
assert '[[ "${HEAD_REF:-}" == crane/* ]]' in text
2626
assert "manual runs with enforce_completion=true" in text
2727

2828

0 commit comments

Comments
 (0)