This is an automated email from the ASF dual-hosted git repository.

lordgamez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 85f305d5877d99816a81d75486a7936d1d7b3f42
Author: Martin Zink <martinz...@apache.org>
AuthorDate: Thu Jul 13 11:15:16 2023 +0200

    MINIFICPP-2160 Change clear-actions-cache.yml from cron to workflow_run
    
    Signed-off-by: Gabor Gyimesi <gamezb...@gmail.com>
    
    This closes #1605
---
 .github/workflows/clear-actions-cache.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/clear-actions-cache.yml 
b/.github/workflows/clear-actions-cache.yml
index 65eb3efbf..7f59e2c1d 100644
--- a/.github/workflows/clear-actions-cache.yml
+++ b/.github/workflows/clear-actions-cache.yml
@@ -1,7 +1,9 @@
 name: "MiNiFi-CPP Github Actions Cache Eviction"
 on:
-  schedule:
-    - cron: '*/30 * * * *'
+  workflow_run:
+    workflows: ["MiNiFi-CPP CI"]
+    types:
+      - completed
   workflow_dispatch:
 jobs:
   ubuntu_20_04:

Reply via email to