feature/remove-cache #38

Merged
ahuston-0 merged 3 commits from feature/remove-cache into main 2025-03-12 23:12:33 -04:00
Showing only changes of commit 19486ca366 - Show all commits

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