From c552d2a6fdf1be756a923ff2d264138a38e43037 Mon Sep 17 00:00:00 2001 From: Robin Bourianes Date: Thu, 23 May 2024 10:32:17 +0200 Subject: [PATCH] ci: removed matrix suffix in job [build docs] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index daa2cbc5..ae196495 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: matrix: node: [ 18, 20 ] mongo: [ 5, 6, 7 ] - name: Additional tests (node ${{ matrix.node }}, mongo ${{ matrix.mongo }}) + name: Additional tests if: ${{ contains(github.event.head_commit.message, 'additional tests') }} runs-on: ubuntu-22.04 steps: