From 4c9d4d5f3df42e88442c8081b17363f87af3a9ce Mon Sep 17 00:00:00 2001 From: Venelin Date: Fri, 2 Feb 2024 10:15:12 +0000 Subject: [PATCH] hack triggers --- .github/workflows/update-providers-auto.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-providers-auto.yml b/.github/workflows/update-providers-auto.yml index f98cea24f..5026ecc33 100644 --- a/.github/workflows/update-providers-auto.yml +++ b/.github/workflows/update-providers-auto.yml @@ -1,10 +1,10 @@ name: Update Providers with new bridge version upon release on: push: - tags: - # Typically pf* module is tagged after the main module, so this is a good time to fire off - # automatic downstream upgrades. - - 'pf/**' + # tags: + # # Typically pf* module is tagged after the main module, so this is a good time to fire off + # # automatic downstream upgrades. + # - 'pf/**' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}