We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e112938 + ff3334a commit e790d61Copy full SHA for e790d61
1 file changed
tests/unit/test_migration_ci_workflow.py
@@ -21,8 +21,8 @@ def test_migration_ci_enforces_completion_for_crane_prs_and_explicit_manual_runs
21
assert "--enforce" in text
22
assert "UPSTREAM_APM_STATUS" in text
23
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
+ assert '[ "${ENFORCE_COMPLETION_INPUT:-false}" = "true" ]' in text
+ assert '[[ "${HEAD_REF:-}" == crane/* ]]' in text
26
assert "manual runs with enforce_completion=true" in text
27
28
0 commit comments