heh get rid of that thank you

This commit is contained in:
ahuston-0 2025-03-12 23:10:49 -04:00
parent 49bca82803
commit 859e31c290

View File

@ -61,7 +61,7 @@ jobs:
# automated
update_lockfile:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
#if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
steps:
- name: Checkout repository
uses: actions/checkout@v4