From c5a6624af3f2ad779edef82a6003d7cecafe5ddd Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 4 Jan 2023 14:44:54 +0000 Subject: [PATCH] Temporarily remove scheduled Trino version check #856 has been open for a few months and it has not been resolved. In the meantime, this check only serves to spam my GitHub notifications every single weekday, to inform of the same problem. This change should be reverted when #856 is fixed. --- .github/workflows/emis_trino_version_check.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/emis_trino_version_check.yaml b/.github/workflows/emis_trino_version_check.yaml index 2170dced..4b229933 100644 --- a/.github/workflows/emis_trino_version_check.yaml +++ b/.github/workflows/emis_trino_version_check.yaml @@ -2,8 +2,6 @@ name: Check Trino version on EMIS and in docker-compose.yml match on: workflow_dispatch: - schedule: - - cron: '0 8 * * 1-5' jobs: check-trino-version: