From 887fcdbc79fae4010e5cb43456beb87e108f7daf Mon Sep 17 00:00:00 2001 From: Atharva Arya <55894364+atharva-2001@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:23:09 +0530 Subject: [PATCH] Ruff Workflow Fix (#2754) * Use bash for all steps * Remove pull request target event --- .github/workflows/codestyle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 4ef58979477..bf5ada7cd94 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -9,14 +9,14 @@ on: branches: - "*" - pull_request: - branches: - - "*" - pull_request_target: branches: - master +defaults: + run: + shell: bash -l {0} + jobs: black: runs-on: ubuntu-latest