Skip to content

Commit

Permalink
Delete pf module (#2690)
Browse files Browse the repository at this point in the history
This deletes the top-level `pf` module as it is no longer used and
changes the bridge release trigger to fire off `pkg` releases.

Reverts #2498,
which gets #2492
back in.
  • Loading branch information
VenelinMartinov authored Dec 6, 2024
1 parent 1e63eb0 commit 0852d64
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1,884 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
2 changes: 0 additions & 2 deletions pf/README.md

This file was deleted.

191 changes: 0 additions & 191 deletions pf/go.mod

This file was deleted.

Loading

0 comments on commit 0852d64

Please sign in to comment.