Skip to content

Commit 58863f9

Browse files
authored
Fix pre-commit-ci bot running Docker workflow (#206)
1 parent 65702f4 commit 58863f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
# We want to filter out dependabot and pre-commit
1313
# automated pushes to main
14-
if: ${{ github.actor != 'dependabot[bot]'}} && ${{ github.actor != 'pre-commit-ci[bot]'}}
14+
if: ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]'}}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)