From e1fdfeb50c7259a7532b5a8d6b3adf72cf812da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 1 Aug 2023 13:54:36 +0200 Subject: [PATCH] ci: Remove excess key --- .github/workflows/ci-master.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index a89e247185..a56e67bfb8 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -119,9 +119,6 @@ jobs: name: Notify Slack on failure runs-on: ubuntu-latest needs: [unit-test, lint] - strategy: - matrix: - node-version: [18.x, 20.x] steps: - name: Notify Slack on failure uses: act10ns/slack@v2.0.0