diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index bd4042b..21f05bc 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -7,8 +7,8 @@ on: default: '"1.8"' required: true - schedule: - - cron: "17 0 * * 2" + # schedule: + # - cron: "17 0 * * 2" jobs: deploy-ckf-to-aks: runs-on: ubuntu-22.04 diff --git a/tests/integration/__pycache__/test_bundle_deployment.cpython-310-pytest-7.4.4.pyc b/tests/integration/__pycache__/test_bundle_deployment.cpython-310-pytest-7.4.4.pyc new file mode 100644 index 0000000..5d86eb3 Binary files /dev/null and b/tests/integration/__pycache__/test_bundle_deployment.cpython-310-pytest-7.4.4.pyc differ