From 6e085b0c5aaf33379443d48efc9ea8deed259bdc Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 7 Dec 2024 14:41:20 -0500 Subject: [PATCH] minimize changes in the code quality workflow --- .github/workflows/code-quality.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 3e4ed49..3619e0d 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -26,10 +26,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }} cancel-in-progress: true -defaults: - run: - shell: bash - jobs: code-quality: name: Code Quality