Skip to content

Commit

Permalink
Temporarily remove scheduled version check
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
StevenMaude authored Jan 4, 2023
1 parent d57fa59 commit 50cbb83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/emis_trino_version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50cbb83

Please sign in to comment.