From dbebee3013b7274ec3ddc43f8c26506292240120 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Wed, 3 Apr 2024 15:06:11 +0200 Subject: [PATCH] ... --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a2fc483..d4381c2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -33,7 +33,7 @@ jobs: lint-command: 'npm run lint .' adapter-tests: - if: contains(github.event.head_commit.message, '[skip ci]') == falseUse node 20.x for all tasks + if: contains(github.event.head_commit.message, '[skip ci]') == false runs-on: ${{ matrix.os }} strategy: