Skip to content

Commit

Permalink
Skip downgrade test for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Since 2.15.0 is the first version available we can't do downgrade test
until we released an additional version on that platform.
  • Loading branch information
svenklemm committed May 14, 2024
1 parent af67d72 commit f562ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: APT ARM64 packages
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
paths: .github/workflows/apt-arm-packages.yaml
push:
tags:
- '*'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: APT packages
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
paths: .github/workflows/apt-packages.yaml
push:
tags:
- '*'
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
fi
- name: Test Downgrade
if: matrix.image != 'ubuntu:24.04'
run: |
# Since this runs nightly on main we have to get the previous version
# from the last released version and not current branch.
Expand Down

0 comments on commit f562ce9

Please sign in to comment.