Skip to content

Commit

Permalink
ci: removed matrix suffix in job [build docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 23, 2024
1 parent 4bfb918 commit c552d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c552d2a

Please sign in to comment.