From 20f3cfaaeb8e5c8767f24be6b16ddc86c2eff3e6 Mon Sep 17 00:00:00 2001
From: Damien Grisonnet <dgrisonn@redhat.com>
Date: Mon, 2 Aug 2021 13:38:33 +0200
Subject: [PATCH] .github: temporarily switch to manual updates

Temporarily switch to manual dependencies update workflow to test if it
is updated correctly across the different release branch.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
---
 .github/workflows/versions.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml
index c5dd878c..f3fa8fa8 100644
--- a/.github/workflows/versions.yaml
+++ b/.github/workflows/versions.yaml
@@ -1,8 +1,6 @@
 name: Upgrade to latest versions
 
-on:
-  schedule:
-    - cron: '37 13 * * 1'
+on: workflow_dispatch
 jobs:
   versions:
     runs-on: ubuntu-latest
-- 
GitLab