Skip to content

Commit

Permalink
Revert autoupdate trigger (#2498)
Browse files Browse the repository at this point in the history
It turns out we need to do one final tag of the pf/ module, so this
automation needs to be reverted.

Reverts #2492.
  • Loading branch information
guineveresaenger authored Oct 17, 2024
2 parents 0e0d2c4 + 3e70055 commit 8907ca0
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:
# Automatically trigger on valid patch releases of the bridge.
- v*.*.*
- '!v*.*.*-**' # Do not propagate prereleases
# 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 }}
Expand Down

0 comments on commit 8907ca0

Please sign in to comment.