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: