From 425ac7339c0d3aafc40b338a8d54cd995f2211e6 Mon Sep 17 00:00:00 2001 From: Zane Selvans Date: Sun, 5 Nov 2023 19:37:01 -0600 Subject: [PATCH] fix typos --- .github/workflows/update-lockfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index a42d8f1498..18451a8eae 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -79,7 +79,7 @@ jobs: # If we are relocking dependencies on a schedule or workflow_dispatch, we need to # make our own PR to check whether the updated environment actually solves and the # tests pass. - if: ${{ (github.event_name == 'schedule' && github.repository == 'catalyst-cooperative/pudl') || (github.event_name == "workflow_dispatch") }} + if: ${{ (github.event_name == 'schedule' && github.repository == 'catalyst-cooperative/pudl') || (github.event_name == 'workflow_dispatch') }} defaults: run: shell: bash -l {0}