From 4362918c81baf63a1ac5f9356f60f4e314a5acd5 Mon Sep 17 00:00:00 2001 From: Jos Verlinde Date: Mon, 29 Jul 2024 19:35:57 +0200 Subject: [PATCH] Disable createstubs.yml --- .github/workflows/createstubs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/createstubs.yml b/.github/workflows/createstubs.yml index 4844fd721..9237aa26a 100644 --- a/.github/workflows/createstubs.yml +++ b/.github/workflows/createstubs.yml @@ -2,8 +2,8 @@ name: Create MCU stubs on: workflow_dispatch: - schedule: - - cron: "0 23 * * *" + # schedule: + # - cron: "0 23 * * *" push: # branches: # - main