diff --git a/.github/scripts/tests/test_opentelemetry_conformance_workflow.py b/.github/scripts/tests/test_opentelemetry_conformance_workflow.py index 7b1f4535..891cfd1b 100644 --- a/.github/scripts/tests/test_opentelemetry_conformance_workflow.py +++ b/.github/scripts/tests/test_opentelemetry_conformance_workflow.py @@ -12,7 +12,7 @@ def test_opentelemetry_conformance_caller_uses_current_workflow_contract() -> None: workflow = WORKFLOW_PATH.read_text() - assert ' schedule:\n - cron: "0 7 * * *"' in workflow + assert "\n schedule:" not in workflow orchestrator = ( "uses: aws/aws-durable-execution-conformance-tests/.github/workflows/" diff --git a/.github/workflows/opentelemetry-conformance-tests.yml b/.github/workflows/opentelemetry-conformance-tests.yml index 6087337a..22cda0c7 100644 --- a/.github/workflows/opentelemetry-conformance-tests.yml +++ b/.github/workflows/opentelemetry-conformance-tests.yml @@ -21,8 +21,6 @@ on: - "packages/aws-durable-execution-sdk-python-otel/**" - "packages/aws-durable-execution-sdk-python-conformance-tests-otel/**" - ".github/workflows/opentelemetry-conformance-tests.yml" - schedule: - - cron: "0 7 * * *" workflow_dispatch: inputs: phase: