Skip to content

Commit 8795282

Browse files
authored
Revert "Do not run quality checks for dependency bots (#177)" (#178)
This reverts commit 03d3327.
1 parent 03d3327 commit 8795282

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/python-code-style.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
jobs:
1515
format:
1616
runs-on: ubuntu-latest
17-
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
1817

1918
steps:
2019
- uses: actions/checkout@v4

.github/workflows/python-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
jobs:
1515
lint:
1616
runs-on: ubuntu-latest
17-
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
1817

1918
steps:
2019
- uses: actions/checkout@v4

.github/workflows/python-quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
jobs:
1515
quality:
1616
runs-on: ubuntu-latest
17-
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
1817

1918
steps:
2019
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)