From 58863f9bbf3822cc8c2802f6fcc2161a21a438ae Mon Sep 17 00:00:00 2001 From: Noelle Wang <73260931+No767@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:17:55 -0700 Subject: [PATCH] Fix pre-commit-ci bot running Docker workflow (#206) --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ce64371..bee3a60 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ jobs: # We want to filter out dependabot and pre-commit # automated pushes to main - if: ${{ github.actor != 'dependabot[bot]'}} && ${{ github.actor != 'pre-commit-ci[bot]'}} + if: ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]'}} steps: - name: Checkout uses: actions/checkout@v4