diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index fa1fd842..1da6df51 100644 --- a/.github/workflows/compatibility_tests.yml +++ b/.github/workflows/compatibility_tests.yml @@ -1,19 +1,11 @@ name: Compatibility Tests -# TODO: Reinstate before merge to main -#on: -# schedule: -# - cron: '0 8 7 * 2' -# push: -# branches: -# - main - -# TEMPORARY -# TODO: Remove before merge to main on: + schedule: + - cron: '0 8 7 * 2' push: branches: - - atolopko/2410-update-compatibility-test-matrix + - main env: JEST_ENV: prod