diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 2414199..dc102c2 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -1,11 +1,11 @@ name: Fetch Dependencies on: + workflow_dispatch: schedule: - cron: '0 0 * * 0' # Runs weekly jobs: - workflow_dispatch: update-dependencies: runs-on: ubuntu-latest