From 2e79240df157356da847fd078e54c7033eedf2dc Mon Sep 17 00:00:00 2001 From: mikesplain Date: Mon, 8 Jun 2020 15:17:39 -0400 Subject: [PATCH] Add comment on blocking jobs to actions --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0a94b83f9..9d48175f66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,9 @@ env: jobs: build: strategy: + # Note, the following build matrix generates jobs that are blocking via prow. + # When changing the versions or images below, please update prow config too: + # https://github.com/kubernetes/test-infra/blob/566fea31f63670f583dde93b55fcb0a13bdc2562/config/prow/config.yaml matrix: os: [ubuntu-18.04, macos-10.15] go: [1.13, 1.14]