From 3f72391e6261f732618d638344921ba4ba8284b4 Mon Sep 17 00:00:00 2001 From: Jan Was Date: Tue, 15 Mar 2022 15:57:08 +0100 Subject: [PATCH] Name the set matrix CI job --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4e2dd8ba0b1..bfee902b3877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -369,7 +369,8 @@ jobs: run: | export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}" $RETRY $MAVEN validate ${MAVEN_FAST_INSTALL} -P disable-check-spi-dependencies -pl '!:trino-docs,!:trino-server,!:trino-server-rpm' - - id: set-matrix + - name: Set matrix + id: set-matrix run: | # GIB doesn't run on master, so make sure the file always exist touch gib-impacted.log