mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
re-enable scheduled compat matrix tests on main branch; was temporarily commented out for testing on branch
This commit is contained in:
14
.github/workflows/compatibility_tests.yml
vendored
14
.github/workflows/compatibility_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user