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 }}