From 5399929da59162339cf7c3031d1f86a2503dc243 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 14 Jul 2021 17:13:40 +0100 Subject: [PATCH] Comment why end to end tests are only on the develop branch --- .github/workflows/develop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 3c3807e33b..0ae59da09a 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -1,5 +1,8 @@ name: Develop on: + # These tests won't work for non-develop branches at the moment as they + # won't pull in the right versions of other repos, so they're only enabled + # on develop. push: branches: [develop] pull_request: