diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 882416fe..2fd32639 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -23,6 +23,7 @@ jobs: APPLICATION_NAME: "myvariant.info" # The name of the application being tested. It will be displayed in the Slack message. APPLICATION_METADATA_URL: "https://myvariant.info/metadata" # Path to the application metadata, typically a URL. APPLICATION_METADATA_FIELD: "build_date" # Notation to the build version field. Ex.: "metadata.build_version" + BYPASS_VERSION_CHECK: "True" strategy: fail-fast: false