From 923b57b7345612a935348b1f4d9c250cc3e391b1 Mon Sep 17 00:00:00 2001 From: Venelin Date: Thu, 1 Feb 2024 20:46:13 +0000 Subject: [PATCH] hack to manually test --- .github/workflows/update-providers-auto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-providers-auto.yml b/.github/workflows/update-providers-auto.yml index 00d71f1a2..a2f382d5c 100644 --- a/.github/workflows/update-providers-auto.yml +++ b/.github/workflows/update-providers-auto.yml @@ -5,6 +5,7 @@ on: # Typically pf* module is tagged after the main module, so this is a good time to fire off # automatic downstream upgrades. - 'pf/**' + workflow_dispatch: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}