Skip to content

Commit

Permalink
Run upgrade/downgrade tests on main (vitessio#11022)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Aug 16, 2022
1 parent 9486110 commit 66d9f60
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_downgrade_test_backups_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get latest release
runs-on: ubuntu-latest
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get a recent LTS release
runs-on: ubuntu-20.04
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get latest release
runs-on: ubuntu-latest
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get latest release
runs-on: ubuntu-latest
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get latest release
runs-on: ubuntu-latest
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
get_previous_release:
if: always() && github.event_name == 'pull_request'
if: always()
name: Get latest release
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 66d9f60

Please sign in to comment.