Skip to content

Commit

Permalink
ci: replace schedule by workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 26, 2022
1 parent 4f63348 commit 2183ed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches:
- "master"
schedule:
- cron: "42 3 * * *"
workflow_dispatch:

env:
LIBRDKAFKA_VERSION: v1.8.0
Expand Down

0 comments on commit 2183ed7

Please sign in to comment.