diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2b752dc..528b1a5 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -11,10 +11,6 @@ on: type: boolean description: Run Unit tests default: true - integration_tests: - type: boolean - description: Run Integration tests - default: true schedule: - cron: '15 3 * * 4'