From 2183ed71d4a54c44e60813378ca802267e775e5c Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 26 Sep 2022 09:59:00 +0200 Subject: [PATCH] ci: replace schedule by workflow_dispatch --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f62ee..ea48fbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,7 @@ on: push: branches: - "master" - schedule: - - cron: "42 3 * * *" + workflow_dispatch: env: LIBRDKAFKA_VERSION: v1.8.0