Skip to content

Commit

Permalink
fix(ci): disable python-lint for merge queue (#4814)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Sep 26, 2024
1 parent e0f634e commit 2543b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
gem install rubocop -v 1.58 --no-document
rubocop scripts/
python-lint:
if: ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue/') }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2543b66

Please sign in to comment.