From d655ea31fd168f9a217bbcb7809bfe535ee2e6a5 Mon Sep 17 00:00:00 2001 From: Eltos Date: Wed, 9 Oct 2024 17:36:24 +0200 Subject: [PATCH] Add CI warning --- .github/workflows/dependencies.yaml | 1 + 1 file changed, 1 insertion(+) 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 * *'