From e2772d1da9aa3a33ffaab39ebfed20650d235270 Mon Sep 17 00:00:00 2001 From: Andrew Tolopko Date: Tue, 21 Sep 2021 17:27:45 -0400 Subject: [PATCH] #2410 reenable scheduled compatibility test (#2440) re-enable scheduled compat matrix tests on main branch; was temporarily commented out for testing on branch --- .github/workflows/compatibility_tests.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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