Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Nov 6, 2023
1 parent 912a17c commit 425ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 425ac73

Please sign in to comment.