From 712557c6a7f8c79b1c18173241ba79b2fe73011a Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Thu, 25 Aug 2022 18:09:42 -0400 Subject: [PATCH] ci(workflows): cleanup ci workflow Signed-off-by: Lexus Drumgold --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 883b3ace..0cebfda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,10 @@ concurrency: jobs: ci: if: | - github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || - !startsWith(github.event.head_commit.message, 'release:') || github.actor == 'dependabot[bot]' + github.event_name == 'pull_request' || + github.event_name == 'workflow_dispatch' || + !startsWith(github.event.head_commit.message, 'release:') runs-on: ubuntu-latest - strategy: - matrix: - node: [16.16.0] steps: - id: checkout name: Checkout ${{ env.REF }}