diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index e45ceed..656ae87 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -1,6 +1,7 @@ name: Dependencies on: + # Warning: this workflow must not be triggered by push or pull_request to avoid infinite loops! workflow_dispatch: schedule: - cron: '47 8 19 * *'