Skip to content

Commit

Permalink
Run the upgrade job on devel only
Browse files Browse the repository at this point in the history
Our upgrade test is mostly interesting for upgrades to the current
development version. On release branches, it works as long as we don't
have a release later from a later release branch; after that, it
becomes a downgrade test since we don't have a way of installing the
latest release from a given release branch.

This disables the upgrade job on all non-devel branches.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Jul 24, 2022
1 parent ddc7a5e commit 676391c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upgrade

on:
pull_request:
branches: [devel]

jobs:
upgrade-e2e:
Expand Down

0 comments on commit 676391c

Please sign in to comment.