Skip to content

Commit

Permalink
Automatically propagate bridge updates on providers when a new bridge…
Browse files Browse the repository at this point in the history
… version is tagged (#2492)

This pull request changes the automatic upgrade of providers to run on
tagging of the main bridge version, since we are deprecating the `pf`
module.
  • Loading branch information
guineveresaenger authored Oct 16, 2024
2 parents 52f4f79 + fef00d9 commit 0e0d2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-providers-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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/**'
# Automatically trigger on valid patch releases of the bridge.
- v*.*.*
- '!v*.*.*-**' # Do not propagate prereleases

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e0d2c4

Please sign in to comment.